I\'ve decided to use the Python logging module because the messages generated by Twisted on std error is too long, and I want to INFO level meaningful messages such
INFO
ScrapyFileLogObserver is no longer supported. You may use standard python logging module.
import logging logging.getLogger().addHandler(logging.StreamHandler())