Overview
Flare’s Logging module uses Discord Webhooks to send detailed, formatted log entries to channels of your choice. Each log category can be assigned to a different channel, giving you full control over your audit trail.Supported Log Categories
Configuration
Run the interactive logging setup panel:logging, logRequired Permissions:
Manage Guild, Manage Webhooks
The panel displays all 7 categories with their current status (enabled/disabled and the assigned channel). Use the dropdown to select a category, then pick a channel to enable it.
Flare creates a webhook in the selected channel to deliver logs. This means logs appear with Flare’s branding and avatar, and are delivered even if the bot goes temporarily offline (webhooks are queued by Discord).
Disabling a Log Category
- Run
/logsto open the panel. - Select the category you want to disable.
- Click the Disable button.
Troubleshooting
Logs aren't appearing in the channel
Logs aren't appearing in the channel
- Ensure Flare has
Manage Webhooksin the target channel. - Discord has a limit of 15 webhooks per channel. If the channel is full, delete unused webhooks in Channel Settings > Integrations.
I see duplicate log entries
I see duplicate log entries
You may have accidentally assigned the same category twice. Run
/logs and check if a category has two webhooks. Disable and re-enable it.