# Logs

> Security logs all protection events and moderation actions for transparency and auditing.

## What Gets Logged

Security tracks and logs the following events:

### Anti-Nuke Events

| Event              | Description                            |
| ------------------ | -------------------------------------- |
| Limit reached      | User hit their action limit            |
| Punishment applied | User was punished for exceeding limits |
| Trigger activated  | A monitored action was detected        |

### Anti-Raid Events

| Event          | Description                         |
| -------------- | ----------------------------------- |
| Raid detected  | Score threshold was reached         |
| Server locked  | Server was locked due to raid       |
| Users punished | Raiders were automatically punished |

### Beast Mode Events

| Event          | Description                                 |
| -------------- | ------------------------------------------- |
| Beast awakened | Global score limit reached                  |
| User punished  | Someone was punished while beast was active |
| Beast calmed   | Beast Mode deactivated                      |

### Moderation Actions

| Event        | Description        |
| ------------ | ------------------ |
| Ban          | Member was banned  |
| Kick         | Member was kicked  |
| Mute         | Member was muted   |
| Channel lock | Channel was locked |

## Best Practices

* **Review logs regularly** to identify potential threats
* **Check for false positives** when tuning protection settings

## Related

* [Anti-Nuke](https://docs.securitybot.gg/anti-nuke/anti-nuke) - View Anti-Nuke triggered events
* [Moderation](https://docs.securitybot.gg/other-modules/moderation) - View moderation action logs
* [Premium Features](https://docs.securitybot.gg/premium/premium-features) - Extended log retention


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.securitybot.gg/other-modules/logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
