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.

eggdrop configuration for ircstats

Old posts that have not been replied to for several years.
Locked
r
rtk
Voice
Posts: 7
Joined: Fri Apr 22, 2005 7:46 am

eggdrop configuration for ircstats

Post by rtk »

i must set eggdrop to log only in 1 file but eggdrop save the log to ... chan.log.yesterday ... bla bla :(

can you help me ?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

You can enable it in your config file
set keep-all-logs 1
r
rtk
Voice
Posts: 7
Joined: Fri Apr 22, 2005 7:46 am

Post by rtk »

this is my log section from egg conf :

Code: Select all

##### 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

#####################
But the result is :

(from logs path) :

chan.log.16Apr2005
chan.log.17Apr2005
chan.log.18Apr2005
chan.log.19Apr2005
chan.log.20Apr2005
chan.log.21Apr2005
chan.log.22Apr2005

help me :(
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

What about trying meglogger.tcl?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

from doc/TRICKS:

- 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.
a.k.a. hellios
Locked