Skip to content
Snippets Groups Projects
Verified Commit 46e77e39 authored by Tanner Prestegard's avatar Tanner Prestegard
Browse files

Add DJANGO prefix to console logging

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