My question is, that my eggdrop only logs for 2 days, and then it starts again, with new logs - so I havent got the entire logfile from etc. like a month or so.
In the cfg file, I wrote this, after someone clever person wrote - that this would be the solution.
- logfile jkp #chan "logs/"
set keep-all-logs 1
set switch-logfiles-at 2500
- <channel="#chan">
LogDir="/dir/to_my/eggdrop/logs/"
But in the eggdrop/logs directory there's only three logfiles;
- #chan.log #chan.log.yesterday and logs.29Apr2003
Anyone with some ideas?
Update**
I tried to set the set max-logs to 1 - but I got this output;
Tcl error in file 'bot.conf':
can't set "max-logs": you can't DECREASE max-logs
while executing
"set max-logs 1"
(file "bot.conf" line 11)