misc(repo): changed all logger names

This commit is contained in:
SeaswimmerTheFsh 2024-04-08 05:55:35 -04:00
parent b9e06d6288
commit 833d6954cc
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
4 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ class Backup(commands.Cog):
def __init__(self, bot: Red):
super().__init__()
self.bot = bot
self.logger = getLogger("red.seacogs.backup")
self.logger = getLogger("red.SeaCogs.Backup")
def format_help_for_context(self, ctx: commands.Context) -> str:
pre_processed = super().format_help_for_context(ctx) or ""