DormyMo / SpiderKeeper

admin ui for scrapy/open source scrapinghub
http://sk.7mdm.com:5000/
2.74k stars 507 forks source link

Disable log #75

Open GGPay opened 6 years ago

GGPay commented 6 years ago

Thank you so much for awesome package - i really appreciate it.

Would it possible to disable log's or printing debugging mode. After 10 hours scraping - my log file for that task was more than 2Gb. Disable Log_enabled in Spider settings doesn't resolve it Couldn't understand how to use option -v, --verbose log level.

Ericliu68 commented 6 years ago

i think you could check scrapyd

GGPay commented 6 years ago

I found solution - that logging is not related to Spiderkeeper. In settings.py in egg set up

LOG_ENABLED = True LOG_LEVEL = 'INFO'