# Logging

#### Use the **`/logs-channel`** command to set up logging channels for various actions.

***

## <mark style="color:$primary;">Available Log Types</mark>

You can configure up to **7 different types of logs**, allowing you to organize notifications exactly how you want them:

1. **Invite Logs**: Tracks when new members join the server.
2. **Quest Logs**: Notifications for Approved/Rejected quests.
3. **Sales Logs**: Records of purchases made in the server shop.
4. **Raffle Logs**: Announcements for raffle winners.
5. **Security Logs**: Enable logs for [server-verification-system](https://slope-bot.gitbook.io/slope-bot/features/server-verification-system "mention") when a user tries to verify
6. **Paycheck Logs**: Logs when users claim their paychecks.
7. **Other Logs**: Miscellaneous notifications not covered above.

***

## <mark style="color:$primary;">Managing Log Channels</mark>

Use the `/logs-channel` command group to configure and manage where these notifications land.

### `/logs-channel add`

Assign a specific channel to receive a designated category of logs.

* **`logs_type`**: Select from the dropdown menu (Invite Logs, Quest Logs, Sales Logs, etc.).
* **`channel`**: Mention the text channel where you want the logs to appear.

*Example: `/logs-channel add logs_type:Paycheck Logs channel:#paycheck-logs`*

### `/logs-channel remove`

Disable logging for a specific category.

* **`logs_type`**: Select the category you wish to stop logging.

*Example: `/logs-channel remove logs_type:Raffle Logs`*

### `/logs-channel view`

Check which channel is currently configured for a specific log type.

* **`logs_type`**: Select the category you want to check.

*Example: `/logs-channel view logs_type:Security Logs`*

***

### 💡 Best Practices

* **Dedicated Channels**: Create separate channels for different log types (e.g., `#invite-logs`, `#economy-logs`) to keep information organized.
* **Permissions Check**: Ensure the bot has `View Channel` and `Send Messages` (and ideally `Embed Links`) permissions in the channels you configure for logs.
