Logging
Log events in your server.
Overview
Logging allows you to log events in your server. This can be useful for keeping track of what’s happening in your server.
Adding a logging event
You can add a logging event using the logs add
command.
Syntax: ;logs add [event] [channel]
Example: ;logs add messages #server


Removing a logging event
You can remove a logging event using the logs remove
command.
Syntax: ;logs remove [event]
Example: ;logs remove messages

Ignoring a member or channel
You can ignore and unignore a member or channel from being logged using the log ignore add
command.
Syntax: ;level ignore add [target]
Example: ;level ignore add #general
Syntax: ;level ignore remove [target]
Example: ;level ignore remove #general

View all enabled logging events
You can use the logs list
command to view all enabled logging events.

Last updated