You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if we could build a middleware cog which logged all bot activity, and errors, to syslog.
This would allow us to feed it into a platform such as Graylog, and provide somewhere where we could search for actions in a more useful way than Discord's search
(e.g.:
message_sender: tigattack AND action_type: auto_delete
could return all messages by user tigattack that the bot had to automatically delete)
DoD
Create a middleware cog that logs all bot actions and console messages to a syslog server
The text was updated successfully, but these errors were encountered:
In GitLab by @tigattack on Feb 27, 2020, 10:17
Created by: dannyt66
Issue
Description
It would be useful if we could build a middleware cog which logged all bot activity, and errors, to syslog.
This would allow us to feed it into a platform such as Graylog, and provide somewhere where we could search for actions in a more useful way than Discord's search
(e.g.:
could return all messages by user tigattack that the bot had to automatically delete)
DoD
Create a middleware cog that logs all bot actions and console messages to a syslog server
The text was updated successfully, but these errors were encountered: