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

# Logging

> Monitor server activity with detailed event logs.

Flamey provides extensive logging capabilities to help you monitor your server's security and activity.

## Supported Events

<AccordionGroup>
  <Accordion title="Member Activity" icon="users">
    * **Member Join/Leave:** Track who enters and exits.
    * **Member Update:** Nickname changes, role changes, timeout application.
    * **Voice State:** Join, leave, move channels.
  </Accordion>

  <Accordion title="Message & Content" icon="message">
    * **Message Delete:** See the content of deleted messages.
    * **Message Edit:** View the before and after content.
    * **Polls:** Creation and results.
    * **Emojis/Stickers:** Creation, deletion, and updates.
  </Accordion>

  <Accordion title="Server Configuration" icon="gear">
    * **Role Changes:** Creation, deletion, permission updates.
    * **Channel Changes:** Creation, deletion, permission updates.
    * **Server Settings:** Name, icon, banner, and security level changes.
    * **Integrations:** Bot additions and webhook updates.
  </Accordion>

  <Accordion title="Security" icon="shield-halved">
    * **AutoMod:** Actions taken by Discord's AutoMod.
    * **Scheduled Events:** Creation, start, and completion of events.
  </Accordion>
</AccordionGroup>

<Info>
  You can configure a separate log channel for each category in the Dashboard!
</Info>
