Merge branch 'main' of https://github.com/Limework/AutomaticLogDeleter into main
This commit is contained in:
commit
b27f7c6c2d
13
README.md
13
README.md
@ -1,2 +1,15 @@
|
|||||||
# AutomaticLogDeleter
|
# AutomaticLogDeleter
|
||||||
Deletes old server logs automatically
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user