Skip to content

Commit ade58b2

Browse files
committed
refactor(docs): update docs for new logs options
1 parent e9a9900 commit ade58b2

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

docs/reference/configuration.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ Complete reference for all `config.toml` options.
2828

2929
### Feature Toggles
3030

31-
| Option | Type | Required | Default | Description |
32-
|-------------------|------|----------|---------|---------------------------------|
33-
| `enable_logs` | bool | Yes | - | Enable logging to a channel |
34-
| `enable_features` | bool | Yes | - | Enable feature request tracking |
35-
| `enable_panel` | bool | Yes | - | Enable web administration panel |
31+
| Option | Type | Required | Default | Description |
32+
|------------------------|------|----------|---------|--------------------------------------|
33+
| `enable_rustmail_logs` | bool | Yes | - | Enable rustmail logging to a channel |
34+
| `enable_discord_logs` | bool | Yes | - | Enable discord logging to a channel |
35+
| `enable_features` | bool | Yes | - | Enable feature request tracking |
36+
| `enable_panel` | bool | Yes | - | Enable web administration panel |
3637

3738
### Channel Configuration
3839

39-
| Option | Type | Required | Default | Description |
40-
|-----------------------|------|-------------|---------|--------------------------------------------------------------------|
41-
| `logs_channel_id` | u64 | Conditional | - | Channel for bot logs. Required if `enable_logs = true` |
42-
| `features_channel_id` | u64 | Conditional | - | Channel for feature requests. Required if `enable_features = true` |
40+
| Option | Type | Required | Default | Description |
41+
|-----------------------|------|-------------|---------|-----------------------------------------------------------------------------------------------------|
42+
| `logs_channel_id` | u64 | Conditional | - | Channel for bot logs. Required if `enable_rustmail_logs = true` or/and `enable_discord_logs = true` |
43+
| `features_channel_id` | u64 | Conditional | - | Channel for feature requests. Required if `enable_features = true` |
4344

4445
### OAuth2 (Panel)
4546

0 commit comments

Comments
 (0)