fix(repo): changed all loggers to red.seacogs.<cog_name> instead of red.sea.<cog_name>

This commit is contained in:
SeaswimmerTheFsh 2024-03-07 01:32:27 -05:00
parent f059145681
commit 497f6a0a1a
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
5 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
import logging
logger = logging.getLogger("red.sea.aurora")
logger = logging.getLogger("red.seacogs.aurora")