tornado icon indicating copy to clipboard operation
tornado copied to clipboard

Disable tornado.access logs

Open mapa17 opened this issue 2 years ago • 0 comments

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

mapa17 avatar Sep 15 '22 15:09 mapa17