minor formatting change
This commit is contained in:
parent
32bac26caa
commit
95d585b5dd
1 changed files with 5 additions and 1 deletions
|
|
@ -41,7 +41,11 @@ LOGGING_CONFIG = {
|
|||
},
|
||||
},
|
||||
"loggers": {
|
||||
"bot": {"handlers": ["console", "file"], "level": "INFO", "propagate": False},
|
||||
"bot": {
|
||||
"handlers": ["console", "file"],
|
||||
"level": "INFO",
|
||||
"propagate": False
|
||||
},
|
||||
"discord": {
|
||||
"handlers": ["discord", "file"],
|
||||
"level": "INFO",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue