Skip to content

Commit

Permalink
fix a typo in the drago logs section (#33)
Browse files Browse the repository at this point in the history
* add cosmog to supported mitms

* fix typo in drago logs section
  • Loading branch information
sy1vi3 authored Apr 16, 2024
1 parent f0134ed commit 432f50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/dragonite/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ save = true
| `save` | true | When enabled Dragonite will write log files to disk. |
| `debug` | false | When enabled Dragonite will write debug logging, which is very "chatty" and not required for general usage. |
| `max_size` | 500 | Max size that Dragonite will allow log files to grow before being deleted. |
| `debug` | 30 | Time that logs will live on disk in days before Dragonite deletes the log file. |
| `max_age` | 30 | Time that logs will live on disk in days before Dragonite deletes the log file. |

## Processors section

Expand Down

0 comments on commit 432f50c

Please sign in to comment.