From 52cd1d2df6b567298708fde5b1bfb35ca187782d Mon Sep 17 00:00:00 2001 From: dnns01 <git@dnns01.de> Date: Sat, 24 Aug 2024 22:45:52 +0200 Subject: [PATCH] change logging to show as discord.boty --- fernuni_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fernuni_bot.py b/fernuni_bot.py index f322814..57847fa 100644 --- a/fernuni_bot.py +++ b/fernuni_bot.py @@ -22,7 +22,7 @@ PIN_EMOJI = "📌" intents = Intents.all() extensions = ["welcome", "xkcd"] -_log = logging.getLogger('discord') +_log = logging.getLogger('discord.boty') class Boty(commands.Bot): -- GitLab