<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8209" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-09-01T04:07:30-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8209</id>

		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-09-01T04:07:30-04:00</updated>

		<published>2004-09-01T04:07:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40498#p40498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40498#p40498"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40498#p40498"><![CDATA[
Hmm, I've read that some times - according to that when I change <strong class="text-strong">set keep-all-logs</strong> to <strong class="text-strong">0</strong> - egg will be changing logs when max logsize will be reached, and i want it to change logs everyday, at 0:00. Moreover,  with that setting off, <strong class="text-strong">set logfile-suffix</strong> won't work anymore (and I want it working).<br><br>One thing that I realized, reading that again, was that I can change suffix from <strong class="text-strong">%d%b%Y</strong> to for example <strong class="text-strong">.%Y.%m.%d</strong> - and now it's like "2004.09.01" - maybe that'll solve my problem - wonder to what egg can change THIS suffiks :&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Wed Sep 01, 2004 4:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-08-31T22:04:32-04:00</updated>

		<published>2004-08-31T22:04:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40495#p40495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40495#p40495"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40495#p40495"><![CDATA[
<blockquote class="uncited"><div>set switch-logfiles-at wasn't set (now I'm trying 400, trying to mage egg switch logs when it's offline, but I'd really want day ends at 0 am).<br><br>Like You said set keep-all-logs was on but what's wrong with that ?</div></blockquote>The answer lies in your .conf file. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><div class="codebox"><p>Code: </p><pre><code># This is the maximum size of your logfiles. Set it to 0 to disable.# This value is in kilobytes, so '550' would mean cycle logs when it# reaches the size of 550 kilobytes. Note that this only works if you# have keep-all-logs 0 (OFF).set max-logsize 0# 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# This creates a logfile named eggdrop.log containing private msgs/ctcps,# commands, errors, and misc. info from any channel.logfile mco * "logs/eggdrop.log"# This creates a logfile named lamest.log containing joins, parts,# netsplits, kicks, bans, mode changes, and public chat on the# channel #lamest.logfile jpk #lamest "logs/lamest.log"# Use this feature to timestamp entries in the log file.set log-time 1# If you want to keep your logfiles forever, turn this setting on. All# logfiles will get suffix ".[day, 2 digits][month, 3 letters][year, 4 digits]".# Note that your quota/hard-disk might be filled by this, so check your logfiles# often and download them.set keep-all-logs 0# If keep-all-logs is 1, this setting will define the suffix of the logfiles.# The default will result in a suffix like "04May2000". "%Y%m%d" will produce# the often used yyyymmdd format. Read the strftime manpages for more options.# NOTE: On systems which don't support strftime, the default format will# be used _always_.set logfile-suffix ".%d%b%Y"# You can specify when Eggdrop should switch logfiles and start fresh. You# must use military time for this setting. 300 is the default, and describes# 03:00 (AM).set switch-logfiles-at 300</code></pre></div>You might wish to try turning <strong class="text-strong">set keep-all-logs</strong> off, setting an appropriate <strong class="text-strong">logfile-suffix</strong>, ect.  Read through your ~/doc folder, there is more documentation written about <em class="text-italics">everything</em> there.<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> Good Luck!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Aug 31, 2004 10:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-30T19:18:32-04:00</updated>

		<published>2004-08-30T19:18:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40434#p40434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40434#p40434"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40434#p40434"><![CDATA[
strange... although set switch-logfiles-at is set to 400, when I had rebooted my machine at about 0:50 eggdrop makes the same thing. changes "Aug" to "sie" in log name and started new log with "Aug" :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Mon Aug 30, 2004 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-30T14:46:02-04:00</updated>

		<published>2004-08-30T14:46:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40422#p40422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40422#p40422"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40422#p40422"><![CDATA[
I didn't say I have Win as my desktop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>set max-logsize 600set max-logs 5set keep-all-logs 1</code></pre></div>set switch-logfiles-at wasn't set (now I'm trying 400, trying to mage egg switch logs when it's offline, but I'd really want day ends at 0 am).<br><br>Like You said set keep-all-logs was on but what's wrong with that ?<br><br>btw none of the logs was bigger than 350 kB.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Mon Aug 30, 2004 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-08-30T13:27:50-04:00</updated>

		<published>2004-08-30T13:27:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40416#p40416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40416#p40416"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40416#p40416"><![CDATA[
There is no substitute for <em class="text-italics">reading your conf file</em>. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> So tell me, what are your current settings for these conf file variables?<div class="codebox"><p>Code: </p><pre><code>set max-logsset max-logsizeset keep-all-logsset switch-logfiles-at</code></pre></div>Mind you, I know about half of nothin' about windrops, 'cos eggies are superior, of course  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> But it kinda sounds like you have <em class="text-italics">set keep-all-logs</em> set to 1, or maybe too small of a number in the <em class="text-italics">set max-logsize</em> variable......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Aug 30, 2004 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-30T10:55:41-04:00</updated>

		<published>2004-08-30T10:55:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40407#p40407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40407#p40407"/>
		<title type="html"><![CDATA[2 logs per one day problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40407#p40407"><![CDATA[
I have egg on my own machine that's powered off for night. I believe that eggdrop switches logs at 0 am I believe - it creates log channelname.log.25.Aug.2004. When I turn my computer on at themorning egg renames that log to channelname.log.25.sie.2004 (sierpien is polish word for august) and starts new log channelname.log.25.Aug.2004.<br><br>Becouse after short poweroff egg continues logging to an old log (channelname.log.25.Aug.2004.) I think that's something with config is messed up. <br><br>I thought it's the matter of logs exchanging... but egg changes logs at 0 am. so I can't say why after morning power on it can't just log into log he started some hours before. <br><br>I tried google but eggdrop log and rename are very popular words.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Mon Aug 30, 2004 10:55 am</p><hr />
]]></content>
	</entry>
	</feed>
