##### LOG FILES #####
set max-logs 5
set max-logsize 1000000000
set quick-logs 1
set raw-log 0
logfile jpk #chan "logs/chan.log"
set log-time 1
set keep-all-logs 1
set logfile-suffix ""
#set switch-logfiles-at 300
set quiet-save 0
#####################
- If you don't want your logfiles to be deleted after two days and don't
want the bot to create a new logfile each new day, then set 'keep-all-logs'
to 0 and 'switch-logfiles-at' to 2500 in your bot's config file to make it
keeping one logfile all the time. This is not recommended on high traffic
channels.