Agent: Log thread name instead of thread ID

This commit is contained in:
Mike Salvatore 2022-03-09 08:47:25 -05:00 committed by vakarisz
parent 3dc8ef606c
commit b34c287238
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LOG_CONFIG = {
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "%(asctime)s [%(process)d:%(thread)d:%(levelname)s] %(module)s.%("
"format": "%(asctime)s [%(process)d:%(threadName)s:%(levelname)s] %(module)s.%("
"funcName)s.%(lineno)d: %(message)s"
},
},