From 578340e0e48663a0816f106c651cf846c7e18696 Mon Sep 17 00:00:00 2001 From: Govindas Date: Sat, 12 Jun 2021 12:15:34 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 725637c..6ce76b9 100644 --- a/README.md +++ b/README.md @@ -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 +```