From 2c7cee6fbb55aadfd8fca83d2a3c071e42cad483 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 6 Feb 2019 19:16:32 +0100 Subject: Upgrade log level to warning for preprod usage --- crawler/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crawler/settings.py b/crawler/settings.py index 2ccdc11..c0128a5 100644 --- a/crawler/settings.py +++ b/crawler/settings.py @@ -10,3 +10,5 @@ ROBOTSTXT_OBEY = True DEPTH_LIMIT = 0 #ITEM_PIPELINES = {'crawler.nevrax.pipelines.NevraxPipeline': 0, 'crawler.neodarznet.pipelines.NeodarznetPipeline': 0} + +LOG_LEVEL = 'WARNING' -- cgit v1.2.1