> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flarebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Logging Troubleshooting

> Fix issues with server logging.

<AccordionGroup>
  <Accordion title="Logs aren't appearing">
    1. Ensure the category is enabled (`/logs` to check status).
    2. Ensure Flare has `Manage Webhooks` in the target channel.
    3. Discord limits channels to 15 webhooks — if the channel is full, delete unused webhooks.
  </Accordion>

  <Accordion title="Deleted messages aren't being logged">
    Flare can only log messages that were in its cache. Messages sent while Flare was offline, or very old messages that have been evicted from cache, cannot be logged on deletion.
  </Accordion>

  <Accordion title="I see duplicate entries">
    Check if you accidentally have the same category assigned to two channels. Run `/logs` and verify each category only has one active assignment.
  </Accordion>
</AccordionGroup>
