This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

channel log files

Old posts that have not been replied to for several years.
Locked
J
Jagg
Halfop
Posts: 53
Joined: Sat Jan 24, 2004 11:32 am

channel log files

Post by Jagg »

Hi,

normally the eggdrop logs the channel only for today and yesterday in /logs/channel.log and channel.log.yesterday... Is this correct?

I have

Code: Select all

logfile jpk #channel.de "logs/channel.log"
in the conf file.

What do I have to change that ALL days would be logged in /logs/channel.log not only yesterday and today!?

(It would be nice if the log file were seperate per day. So that the file name looks like e.g. "channel-19012005.log")

Thanks
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

logfile jpk #channel.de "logs/channel.log"
set log-time 1
set keep-all-logs 1
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 1
The logs will be kept with a filename like: channel.log.18Jan2005
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
J
Jagg
Halfop
Posts: 53
Joined: Sat Jan 24, 2004 11:32 am

Post by Jagg »

Thank you very much!
Locked