Adjusted DEBUG log date format

This commit is contained in:
2Shirt 2019-11-09 14:25:22 -07:00
parent 27b75ab8e9
commit 920f481049
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -5,7 +5,7 @@
DEBUG = {
'level': 'DEBUG',
'format': '[%(asctime)s %(levelname)s] [%(name)s.%(funcName)s] %(message)s',
'datefmt': '%Y-%m-%d %H:%M:%S %z',
'datefmt': '%Y-%m-%d %H%M%S%z',
}
DEFAULT = {
'level': 'INFO',