config.yml
# DailyLog Default Config Version (DO NOT CHANGE).
version: 1.5R
# timeEnabled: Enable Archiving at a specific time if true
# timeArchive: hour for first archive (0-23). Defaults to 0 if timeArchive is invalid.
# timeRepeat: number of hours between archives (1-24). Defaults to 24 if timeRepeat is invalid.
timeEnabled: true
timeArchive: 0
timeRepeat: 24
# sizeEnabled: Enable Archiving by Log Size if true
# SizeMax: Maximum Allowable Log Size in Kilobytes. Defaults to 5000 if sizeMax is invalid.
sizeEnabled: false
sizeMax: 5000
# unloadEnabled: archive log file when plugin is unloaded (ex on server shutdown or restart) if true.
unloadEnabled: false
# zipEnabled: zip the archived log file if true.
zipEnabled: true
# retention: number of days to keep archived files. 0 = disable removing old files
retention: 0
Comments