aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-02-06 19:16:32 +0100
committerneodarz <neodarz@neodarz.net>2019-02-06 19:16:32 +0100
commit2c7cee6fbb55aadfd8fca83d2a3c071e42cad483 (patch)
tree320a416bfcbedc5f152b9ebd54013c3fbb375bdb
parent9a8badd5dffe47813489ab0b355f5db5faa66646 (diff)
downloadkhanindexer-2c7cee6fbb55aadfd8fca83d2a3c071e42cad483.tar.xz
khanindexer-2c7cee6fbb55aadfd8fca83d2a3c071e42cad483.zip
Upgrade log level to warning for preprod usage
-rw-r--r--crawler/settings.py2
1 files changed, 2 insertions, 0 deletions
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'