Ability to automatically cleanup old logs, and many other features.
1

Features

  • Automatically cleanup old server logs
  • Delete custom defined files / directories on server startup

Default Configuration

Main {
    DeleteManager {
        # If true, all specified files will be deleted on startup.
        enabled=false
        files=[
            "testfile.txt",
        ]
    }
    LogManager {
        delete-files-older-than=6
        directory=logs
        # If true, all logs older than x days will be deleted.
        enabled=true
    }
}

Category: Admin Tools

Published on Nov 11, 2021

views

stars

watchers

total downloads

Promoted Versions

Pages

Members