> ## Documentation Index
> Fetch the complete documentation index at: https://burger-bot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Logging Overview

> Detailed server logs covering messages, members, roles, channels, voice, threads, and more.

Burger Bot's logging system captures everything important happening in your server and posts a clean embed to your configured log channel.

<Note>
  Every category can be **toggled individually** in `/setup` or `/config` — enable only what you want to see.
</Note>

## Supported log categories

<CardGroup cols={2}>
  <Card title="Message Delete" icon="trash" href="/logging/categories#message-delete">
    Track deleted messages.
  </Card>

  <Card title="Message Edit" icon="pen" href="/logging/categories#message-edit">
    Track edited messages.
  </Card>

  <Card title="Member Join" icon="arrow-right-to-bracket" href="/logging/categories#member-join">
    Track members joining the server.
  </Card>

  <Card title="Member Leave" icon="arrow-right-from-bracket" href="/logging/categories#member-leave">
    Track members leaving the server.
  </Card>

  <Card title="Member Updates" icon="user-pen" href="/logging/categories#member-updates">
    Track profile and avatar changes.
  </Card>

  <Card title="Nickname Changes" icon="id-card" href="/logging/categories#nickname-changes">
    Track nickname updates.
  </Card>

  <Card title="Role Updates" icon="user-shield" href="/logging/categories#role-updates">
    Track role creation, deletion, and permission changes.
  </Card>

  <Card title="Channel Updates" icon="hashtag" href="/logging/categories#channel-updates">
    Track channel creation, deletion, and renames.
  </Card>

  <Card title="Voice Activity" icon="microphone" href="/logging/categories#voice-activity">
    Track voice channel joins, leaves, and moves.
  </Card>

  <Card title="Invite Activity" icon="envelope" href="/logging/categories#invite-activity">
    Track invite creation, deletion, and usage.
  </Card>

  <Card title="Thread Activity" icon="comments" href="/logging/categories#thread-activity">
    Track thread creation, archive, and deletion.
  </Card>

  <Card title="Emoji Activity" icon="face-smile" href="/logging/categories#emoji-activity">
    Track emoji additions, removals, and renames.
  </Card>

  <Card title="Sticker Activity" icon="note-sticky" href="/logging/categories#sticker-activity">
    Track sticker additions, removals, and renames.
  </Card>

  <Card title="Server Updates" icon="server" href="/logging/categories#server-updates">
    Track server name, icon, and settings changes.
  </Card>

  <Card title="Moderation Actions" icon="gavel" href="/logging/categories#moderation-actions">
    Track all bans, kicks, timeouts, and warns.
  </Card>
</CardGroup>

## Setup

<Steps>
  <Step title="Run /setup">
    Pick the channel where logs should be posted.
  </Step>

  <Step title="Toggle the categories you want">
    Enable only what's relevant for your server.
  </Step>

  <Step title="You're done">
    Burger Bot will start logging the selected events in real time.
  </Step>
</Steps>
