<?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/13010" />

	<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>2007-02-08T11:14:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Moneo]]></name></author>
		<updated>2007-02-08T11:14:07-04:00</updated>

		<published>2007-02-08T11:14:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70289#p70289</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70289#p70289"/>
		<title type="html"><![CDATA[How to stop dual logging?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70289#p70289"><![CDATA[
yes i did .die the bot and as far as i can tell these settings in the above post are all my log settings in the config file..<br><br><br>anybody any other ideas? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8466">Moneo</a> — Thu Feb 08, 2007 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-02-03T16:36:07-04:00</updated>

		<published>2007-02-03T16:36:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70188#p70188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70188#p70188"/>
		<title type="html"><![CDATA[How to stop dual logging?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70188#p70188"><![CDATA[
logfile should not add duplicate logfile-entries such as what you're experiencing. I assume you've double-checked your config-file(s) to make sure you don't create those additional logs accidentally, and you've properly restarted (.restart or .die, not .rehash) your bot after altering any log-settings?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Feb 03, 2007 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moneo]]></name></author>
		<updated>2007-02-03T14:31:09-04:00</updated>

		<published>2007-02-03T14:31:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70184#p70184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70184#p70184"/>
		<title type="html"><![CDATA[How to stop dual logging?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70184#p70184"><![CDATA[
k thanx for the hint, but how does this solve my problem of the eggdrop keeping dual logfiles? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>could you read my question again and tell me what part you don´t get so I could describe it in more detail?<br><br><blockquote class="uncited"><div>But eggdrop keeps the excact logs I told in the config to write in special directories in the main standart log dir /logs too.<br>can i turn it off, since it eats up my shell quota faster then necessary? </div></blockquote>short explanation again:<br><br>atm i have for example the abc.log in two places ( dual )<br><br>1.     /abc/abc.log <br><br>and <br><br>2.    /logs/abc.log<br><br><br>how do i turn the log in /logs/abc.log off ?!<br><br><br><br>Here a snippet of my eggdrop config:<br><div class="codebox"><p>Code: </p><pre><code>logfile mco * "logs/eggdrop.log"logfile jpkc #lyoava-8vs8 "/home/moneo/bin/eggdrop1.6.18/logs/8vs8/#lyoava-8vs8.log"logfile jpkc #valheru.daoc "/home/moneo/bin/eggdrop1.6.18/logs/valheru/#valheru.daoc.log"</code></pre></div>I do this extra directory logging for processing the whole directory with pisg...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8466">Moneo</a> — Sat Feb 03, 2007 2:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-01-24T08:06:44-04:00</updated>

		<published>2007-01-24T08:06:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69884#p69884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69884#p69884"/>
		<title type="html"><![CDATA[How to stop dual logging?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69884#p69884"><![CDATA[
<blockquote class="uncited"><div># This creates a logfile named eggdrop.log containing private msgs/ctcps,<br># commands, errors, and misc. info from any channel.<br>logfile mco * "logs/eggdrop.log"<br><br><strong class="text-strong"># This creates a logfile named lamest.log containing joins, parts,<br># netsplits, kicks, bans, mode changes, and public chat on the<br># channel #lamest.</strong><br>logfile jpk #lamest "logs/lamest.log"</div></blockquote>Separation is designed to keep things uncluttered.<br><br>Note that a full path is not required as '~./logs' is assumed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jan 24, 2007 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moneo]]></name></author>
		<updated>2007-01-24T05:27:25-04:00</updated>

		<published>2007-01-24T05:27:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69881#p69881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69881#p69881"/>
		<title type="html"><![CDATA[How to stop dual logging?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69881#p69881"><![CDATA[
Hi,<br><br>lets say my bot is in 3 channels atm and in the config i set up 3 different dirs  ( /logs/abc, /logs/def, /logs/ghi ) to log the channels in. All logs are kept and and prcessed by pisg. <br><br>like this<div class="codebox"><p>Code: </p><pre><code>logfile jpkc #abc /home/bin/eggdrop/logs/abc/alb.log</code></pre></div>All this works fine.<br><br>But eggdrop keeps the excact logs I told in the config to write in special directories in the main standart log dir /logs too.<br><br>can i turn it off, since it eats up my shell quota faster then necessary?<br><br>[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8466">Moneo</a> — Wed Jan 24, 2007 5:27 am</p><hr />
]]></content>
	</entry>
	</feed>
