# once a day the logfiles are switched out and started fresh --
# this specifies when that should happen (in military time)
# [note that a leading 0 will make Tcl think this is an octal value,
# something you probably don't want.]
set switch-logfiles-at 300
There are tons of ways to keep you logs By date
# [0/1] keep logfiles for more than 48 hours -- instead of being called
# "(logfilename).yesterday", the log files are named by the current date,
# and kept around forever (eventually your directory might get full, so
# be careful with this!)
set keep-all-logs 1
just look in your ".conf" file look for " #### LOG FILES ####
~SniperAC~
<font size=-1>[ This Message was edited by: SniperAC on 2001-10-25 15:32 ]</font>
tnx ppslim that was just what i was looking for, but it dont work for me, all i get is this error when i try to start the bot
[22:28] TCL error in file 'xxxxx.conf':
[22:28] invalid command name "keep-all-logs"
while executing
"keep-all-logs 0"
(file "xxxxx.conf" line 101)