Add LOG_TO_STDOUT env var #104
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "log-to-stdout"
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?
This allows users to forgo logging to
logs/and write directly to stdout.Old containers were getting very sluggish and consuming high CPU usage when the bot ran. Either this is due to the DB size or logging. This eliminates one potential issue.