Skip to content

Commit

Permalink
fix: temporary rename USAGE to NOTICE (see issue 376 in Uptrace repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed May 20, 2024
1 parent 0e31d78 commit a7d7b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .tg import handlers, sender
from .tg.handlers.utils import admin_only, direct_message_only, manager_only

logging.addLevelName(USAGE_LOG_LEVEL, "USAGE")
logging.addLevelName(USAGE_LOG_LEVEL, "NOTICE")


def usage(self, message, *args, **kws):
Expand Down

0 comments on commit a7d7b71

Please sign in to comment.