Guide

Logging Guide

Full server audit logs — messages, roles, channels, moderation.

Overview

Full server audit logs — messages, roles, channels, moderation. This guide walks you through setup, options and best-practices for the Logging module.

Quick setup

/logs setup
Every command in this module also works from the web dashboard.

Step-by-step

  1. Run the setup command above to enable the module.
  2. Configure the channels and roles the module should use.
  3. Use /logs status (where available) to verify the configuration.
  4. Test the flow in a private channel before rolling out.

All Logging commands (5)

/logs setup

Configure a dedicated log channel per event type (kick, ban, timeout, nickname, avatar, voice, roles, channels, permissions).

Requires: Manage Guild
Parameters
NameTypeRequiredDescription
actionkick | ban | timeout | nickname | global_avatar | server_avatar | v_mute | v_deaf | v_disconnect | role_add | role_remove | role_edit | chan_create | chan_edit | chan_delete | chan_permYes
channelTextChannelYes
Example
/logs setup action:ban channel:#mod-logs
/logs set_edit

Set the channel that receives message-edit logs.

Requires: Manage Guild
/logs set_delete

Set the channel that receives message-delete logs.

Requires: Manage Guild
/logs status

Show current log configuration.

/logs disable

Fully disable message logging.

Requires: Manage Guild