Improve logging format
This commit is contained in:
parent
c6147c887c
commit
f2d738ae62
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ if ENABLE_LOGGING:
|
|||
'disable_existing_loggers': False,
|
||||
'formatters': {
|
||||
'standard': {
|
||||
'format': '%(asctime)s %(levelname)s %(name)s: %(message)s'
|
||||
'format': '%(asctime)s,%(msecs)d %(levelname)-8s [%(filename)s:%(lineno)d] %(message)s',
|
||||
}
|
||||
},
|
||||
'handlers': handlers_dict,
|
||||
|
|
Loading…
Reference in a new issue