minor formatting change

This commit is contained in:
phixxy 2024-02-13 23:47:37 -08:00
parent 32bac26caa
commit 95d585b5dd

View file

@ -41,7 +41,11 @@ LOGGING_CONFIG = {
}, },
}, },
"loggers": { "loggers": {
"bot": {"handlers": ["console", "file"], "level": "INFO", "propagate": False}, "bot": {
"handlers": ["console", "file"],
"level": "INFO",
"propagate": False
},
"discord": { "discord": {
"handlers": ["discord", "file"], "handlers": ["discord", "file"],
"level": "INFO", "level": "INFO",