Skip to content
Snippets Groups Projects
Unverified Commit 615095a2 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

logging: always clean the line before printing a log message

parent 701d6c9f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ def setup_logging(debug, log_handler):
logger.addHandler(ch)
formatter = logging.Formatter(
line_ereser().decode('ascii') +
'%(asctime)s %(levelname).1s: %(name)s: %(message)s',
'%Y-%m-%d %H:%M:%S',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment