Skip to content
Snippets Groups Projects
Commit bcf8e400 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Fix typo in logging format

parent 3f2ec9a5
No related branches found
No related tags found
No related merge requests found
......@@ -513,7 +513,7 @@ LOGGING = {
'datefmt': LOG_DATEFMT,
},
'console': {
'format': ('DJANGO |%(asctime)s.%(msecs)03d | {host} | {ip} | '
'format': ('DJANGO | %(asctime)s.%(msecs)03d | {host} | {ip} | '
'%(name)s | %(levelname)s | %(filename)s, line %(lineno)s | '
'%(message)s').format(host=INTERNAL_HOSTNAME,
ip=INTERNAL_IP_ADDRESS),
......
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