Filter out common items from /logs #164
No reviewers
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot!164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "enhance/logs-omissions"
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?
Per #159, this commit ensures that
/logsomits::INFO:discord.client: logging in using static token:WARNING:discord.client: PyNaCl is not installed, voice will NOT be supportedThis had the unintended side-effect of causing every log item to have a space between them. Given the amount of character limit real-estate I've gained filtering out such common items I'll just leave it in as a readability win.
Closes #159