Skip to content

Do not propagate the ES trace logs

Erwan Rouchet requested to merge es-trace-no-propagate into master

This restricts the ES trace logs to the console_debug handler, which only outputs when DEBUG=True, and does not propagate to the root loggers which use the console handler and will always output no matter what DEBUG is set to.

Merge request reports

Loading