updated the time format
This commit is contained in:
parent
6fb1694b35
commit
14ae14160f
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ LOGGING_CONFIG = {
|
|||
"disabled_existing_loggers": False,
|
||||
"formatters": {
|
||||
"standard": {"format": "%(asctime)s - %(levelname)-10s - %(module)-15s : %(message)s"},
|
||||
"datefmt": "%Y-%m-%d %H:%M:%S",
|
||||
},
|
||||
"handlers": {
|
||||
"console": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue