/LogCleaner

A plugin which removes old log archives from the log folder of a bukkit server.

Primary LanguageKotlinMIT LicenseMIT

LogCleaner Travis master Coveralls

The log folder of your bukkit / spigot server gets more and more filled by log archives? This plugin will clean up this folder for you, completely free of charge.

The plugin checks on every server start if there are archives in the log folder, which are older then x days (configurable). If there are some files with this condition they will get deleted and that's all the plugin does.

Configuration

keepLogsFromLastDays: 2

The config just contains one setting, which let you set the past days you want to keep the log archives. In the sample config above it is set to two days, so the archives of the last two days will be kept and every archive older then that will be deleted.


GitHub license