Skip to content

Commit

Permalink
fix: use correct logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Jan 4, 2025
1 parent e128f45 commit 55c55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

BOT_COLOR = ipy.Color(int(os.environ["BOT_COLOR"]))

logger = logging.getLogger("uibot")
logger = logging.getLogger("pythiabot")


@functools.wraps(tansy.slash_command)
Expand Down

0 comments on commit 55c55d1

Please sign in to comment.