AS a developer, I want there to be a logger added to the bot #396
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#396
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic:
Story Points:
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 suppliedTHEN 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
Subtasks
No subtasks
Notes
Add a logger to the projectto AS a developer, I want there to be a logger added to the bot