diff options
-rw-r--r-- | crawler/settings.py | 2 |
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' |