I generate stats of my chan with pisg every 15 minutes but i don't find the option for saving log of the chan every 15min. My eggdrop saves the log every hour.
I explored the eggdrop.conf specially the log section.
If you have any ideas to solve my problem... answer here
thx
# Define here what Eggdrop considers 'hourly'. All calls to it, including such
# things as note notifying or userfile saving, are affected by this.
# For example:
#
# set hourly-updates 15
#
# The bot will save its userfile 15 minutes past every hour.
set hourly-updates 00
are you sur this means not that your log is updated every hour from what i can say its instantly updates the log, this is when the user file saves like if its 6:00 and you set it to 15 it will update the userfile at 06:15 .. but logs i tought they where instantly updated, ....?
i can't say i can read anything or anywhere that a userfile updates every 15 mins or that log does every hour ..? maybe i am mestaking but from what i have seen it instantly updates the log ..?
# 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
set this to 1 and it will write the logfile more often.