Commit 4fc0ec1a authored by sim's avatar sim

Better log verbose format

parent 5c520cc8
......@@ -86,7 +86,7 @@ LOGGING = {
'disable_existing_loggers': False,
'formatters': {
'verbose': {
'format': '%(levelname)s %(asctime)s %(name)s %(process)d %(threadName)s %(message)s'
'format': '%(asctime)s [%(name)s] %(levelname)s %(process)d %(threadName)s: %(message)s'
},
'simple': {
'format': '%(levelname)s %(message)s'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment