Adjusted DEBUG log date format
This commit is contained in:
parent
27b75ab8e9
commit
920f481049
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue