Set up Discord logging
- Turn on central logging. On the Logging page, flip the master switch and choose a default channel for any event without its own destination.
- Route the events you care about. Send message_delete/edit, member, role, channel and voice events to specific channels. Message and member-update logs are off by default — enable the ones you want.
- Or run Quick Setup. Let Quick Setup create a locked logging category, the channels (single or one-per-module) and webhooks, then write the routing automatically.
- Check the branding. Logs post through managed webhooks carrying your server’s name, logo and colour, so your log channels look like part of your server.
One central pipeline
Rather than a different bot per log type, a central logging system routes every event — moderation, security, member, message, role, channel, voice — through one pipeline you configure once, with per-event overrides where you need them.
Let setup do the wiring
Creating log channels and webhooks by hand is tedious. Quick Setup builds them for you idempotently — re-running never duplicates anything — and tells you if the bot is missing a permission it needs.