Skip to main content

Logging System

Veronica’s logging system provides detailed audit trails for server events, moderation actions, and member activity. Keep your staff informed and maintain accountability with customizable log channels.

Quick Setup

1

Create Log Channels

Create dedicated channels like #mod-logs, #server-logs, and #message-logs.
Log channels created with restricted staff-only permissions.
2

Initialize Logging

Run the setup command to link your channels.
/logging setup
Core logging infrastructure initialized.
3

Toggle Events

Choose which specific actions you want to track.
/logging events
Event tracking configured!

Logged Events

  • Ban / Unban / Hardban
  • Kick / Softkick
  • Mute / Unmute / Timeout
  • Warn / Revoke Warn
  • Jail / Unjail
  • Purge / Clear
  • Role created / deleted / updated
  • Channel created / deleted / updated
  • Server settings changed (Vanity, AFK, System)
  • Emoji added / removed
  • Webhook created / deleted
  • Member join / leave
  • Nickname changed
  • Roles added / removed
  • Avatar updated
  • Message deleted
  • Message edited
  • Bulk delete (Purge)
  • Pinned / Unpinned

Configuration Examples

/logging modlog channel:#mod-logs

Log Format

Logs are sent as rich embeds with detailed information:
🔨 Member Banned
━━━━━━━━━━━━━━━━━━━━
👤 User: @BadUser (123456789)
👮 Moderator: @ModUser (987654321)
📝 Reason: Spamming
⏰ Timestamp: Jan 30, 2026 3:45 PM
🆔 Case ID: #1234

Advanced Features

Each moderation action is assigned a unique case ID for easy reference and appeals.
Exclude specific channels from message logging (e.g., spam channels).
/logging ignore channel:#spam
Exclude specific roles from logging (e.g., bots).
/logging ignore role:@Bots
Configure how long logs are stored in the database.
/logging retention days:90

Best Practices

Use separate channels for different log types to keep information organized and easy to review.
Ensure log channels have restricted permissions so only staff can view sensitive moderation information.
Enable Auto-Mod logging to track automated actions and fine-tune your filters based on false positives.

Next Steps

Moderation

See how logged actions appear in practice with the moderation toolkit.

Permissions

Ensure only staff can access your sensitive log channels.