tornado
tornado copied to clipboard
Disable tornado.access logs
Hi,
i am having a pipeline project that makes use of Cerlery and Luigi, Its my understanding that tornado is used as part of Luigid. My logs are flooded with messages like
tornado.access[12] INFO: 200 POST /api/ping (127.0.0.1) 0.80ms
I tried to get rid of them, disabling the tornado.access logger with
logging.getLogger('tornado.access').disabled = True
But the log messages remain. Any idea how to get rid of those logs?
best, Manuel