Delete old log files regularly

This commit is contained in:
Daniel
2020-12-17 17:08:08 +01:00
parent 18cc0f2bf6
commit 8f898f4e32
2 changed files with 59 additions and 0 deletions

View File

@@ -55,5 +55,7 @@ func start() error {
return err
}
registerLogCleaner()
return nil
}