Scrapy: how to disable or change log? September 25, 2023 by Tarik You need to add the following to your settings.py document: LOG_LEVEL = 'INFO' See the documentation.