misc(moderation): changed logger name
This commit is contained in:
parent
0e0c75f987
commit
d65cb8a2a8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Moderation(commands.Cog):
|
|||
)
|
||||
disable_dateutil()
|
||||
self.handle_expiry.start() # pylint: disable=no-member
|
||||
self.logger = logging.getLogger('red.seaswimmerthefsh.moderation')
|
||||
self.logger = logging.getLogger('red.sea.moderation')
|
||||
|
||||
async def cog_load(self):
|
||||
"""This method prepares the database schema for all of the guilds the bot is currently in."""
|
||||
|
|
Loading…
Reference in a new issue