fix(repo): changed all loggers to red.seacogs.<cog_name>
instead of red.sea.<cog_name>
This commit is contained in:
parent
f059145681
commit
497f6a0a1a
5 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ class Backup(commands.Cog):
|
|||
def __init__(self, bot: Red):
|
||||
super().__init__()
|
||||
self.bot = bot
|
||||
self.logger = logging.getLogger("red.sea.backup")
|
||||
self.logger = logging.getLogger("red.seacogs.backup")
|
||||
|
||||
@commands.group(autohelp=True)
|
||||
@commands.is_owner()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue