Skip to content
Snippets Groups Projects
Commit cbf8d628 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Fixed logging misconfig for test box.

parent 95236ff7
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,8 @@ LOGGING = {
'disable_existing_loggers' : True,
'formatters': {
'simple': {
'format': '%(levelname)s %(message)s',
'format': '%(asctime)s %(message)s',
'datefmt': '%Y-%m-%dT%H:%M:%S',
},
'verbose': {
'format': '%(asctime)s: %(name)s: %(message)s',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment