SO THAT I can have access to the bot logs saved in a nice format
Acceptance Criteria
GIVEN I am a developer
WHEN I run the bot in the terminal
THEN the bot will log to the terminal in a nice format
GIVEN I am a developer
WHEN I run the bot
AND have the DATA_DIR environment variable supplied
THEN the bot will save logs to that location
AND rotate the log file daily
GIVEN I am a developer
WHEN I run the bot
AND enable the discord logger function
THEN the bot will also send these logs to a discord webhook
SO THAT I can have access to the bot logs saved in a nice format
Acceptance Criteria
GIVEN I am a developer WHEN I run the bot in the terminal THEN the bot will log to the terminal in a nice format
GIVEN I am a developer WHEN I run the bot AND have the
DATA_DIR
environment variable supplied THEN the bot will save logs to that location AND rotate the log file dailyGIVEN I am a developer WHEN I run the bot AND enable the discord logger function THEN the bot will also send these logs to a discord webhook
Subtasks
No subtasks
Notes