diff --git a/bot/pluralkit/bot.py b/bot/pluralkit/bot.py index 26e9a8d6..307d288d 100644 --- a/bot/pluralkit/bot.py +++ b/bot/pluralkit/bot.py @@ -4,7 +4,7 @@ import os import discord -logging.basicConfig(level=logging.INFO) +logging.basicConfig(level=logging.INFO, format="[%(asctime)s] [%(name)s] [%(levelname)s] %(message)s") logging.getLogger("discord").setLevel(logging.INFO) logging.getLogger("websockets").setLevel(logging.INFO)