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.

logging delay?

General support and discussion of Eggdrop bots.
Post Reply
d
disgust
Voice
Posts: 2
Joined: Wed Nov 30, 2005 7:21 pm

logging delay?

Post by disgust »

my log file doesn't seem to update continuously. why? is there any way to set it to do that?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

the disk file is being updated (flush on its fd) by timer (5mins if I'm not wrong); this is hardcoded and in order to change it, you'll have to edit source & recompile
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

isnt this the config flag for that?
eggdrop.conf wrote:# This could be good if you have had problem with the logfile filling
# your quota/hard disk or if you log +p and publish it to the web and
# need more up-to-date info.
# Note that this setting might increase the CPU usage of your bot (on
# the other hand it will decrease your mem usage).
set quick-logs 0
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
d
disgust
Voice
Posts: 2
Joined: Wed Nov 30, 2005 7:21 pm

Post by disgust »

with quicklogs set to 1 it seems to update faster, but not really fast enough-- it's about every 60 seconds
Post Reply