Update README.md

This commit is contained in:
Govindas 2021-06-12 12:15:34 +00:00
parent 4a37ac3691
commit 578340e0e4
1 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,15 @@
# AutomaticLogDeleter
Deletes old server logs automatically
# Config
```yaml
#AutomaticLogDeleter plugin config
#lines that start with a hashtag are comments
#delete logs older than 24 hours by default
#you can set it to -1 to simply delete all logs
#default value: 86400
delete-logs-older-than-seconds: 86400
#by default old logs are deleted only on startup
#default value: false
also-delete-logs-on-shutdown: false
```