Skip to content

Commit

Permalink
log purger
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr88 committed Jan 3, 2025
1 parent 1d84960 commit 4105699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from plugins.version import Version
from plugins.vectordb import VectorDb
from plugins.intervalsicu import IntervalsIcu
from plugins.logmanager import LogManager

env = Env()
log_channel = env.str("MM_BOT_LOG_CHANNEL")
Expand Down Expand Up @@ -64,6 +65,7 @@
Jira(),
VectorDb(),
IntervalsIcu(),
LogManager(),
Version(),
],
enable_logging=True,
Expand Down

0 comments on commit 4105699

Please sign in to comment.