<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick debugging tip</title>
	<atom:link href="http://www.exploremagento.com/magento/quick-debugging-tip.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exploremagento.com/magento/quick-debugging-tip.php</link>
	<description>Magento Design and Development Information</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:20:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: optimizacija strani</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-982</link>
		<dc:creator>optimizacija strani</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-982</guid>
		<description>Im developing new module and i really need log functionality.

I set backend-&gt;Log settings-&gt;enabled: yes
System Log File Name: system.log
Logging from Mage::log(). File is located in {{base_dir}}/var/log

I created the folder, permission 777

i put Mage::log(&quot;Log this&quot;); in index.php AND my module...

but nothing ever logs in. What could be wrong???

Thank you very much, i really need this!</description>
		<content:encoded><![CDATA[<p>Im developing new module and i really need log functionality.</p>
<p>I set backend-&gt;Log settings-&gt;enabled: yes<br />
System Log File Name: system.log<br />
Logging from Mage::log(). File is located in {{base_dir}}/var/log</p>
<p>I created the folder, permission 777</p>
<p>i put Mage::log(&#8221;Log this&#8221;); in index.php AND my module&#8230;</p>
<p>but nothing ever logs in. What could be wrong???</p>
<p>Thank you very much, i really need this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhourlad Estrella</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-941</link>
		<dc:creator>Jhourlad Estrella</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-941</guid>
		<description>You can find the log files on your app/var/log directory. Errors generated by the system goes to exception.log and debug texts logged through Mage::log() goes to system.log</description>
		<content:encoded><![CDATA[<p>You can find the log files on your app/var/log directory. Errors generated by the system goes to exception.log and debug texts logged through Mage::log() goes to system.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScreencastWorld</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-869</link>
		<dc:creator>ScreencastWorld</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-869</guid>
		<description>Thanks.  I had logging enabled but needed the to know how to log additional events to the log files.  Now I know - Mage::log();</description>
		<content:encoded><![CDATA[<p>Thanks.  I had logging enabled but needed the to know how to log additional events to the log files.  Now I know &#8211; Mage::log();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Blalock</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-822</link>
		<dc:creator>Jared Blalock</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-822</guid>
		<description>Thanks for the tip, this could come in handy!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, this could come in handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Miller</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-717</link>
		<dc:creator>Stephan Miller</dc:creator>
		<pubDate>Sat, 29 Aug 2009 18:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-717</guid>
		<description>Thanks. I needed this. I knew how to turn it on. Just wasn&#039;t sure where the info would be logged.</description>
		<content:encoded><![CDATA[<p>Thanks. I needed this. I knew how to turn it on. Just wasn&#8217;t sure where the info would be logged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-665</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-665</guid>
		<description>thanks a lot</description>
		<content:encoded><![CDATA[<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aledujke</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-223</link>
		<dc:creator>aledujke</dc:creator>
		<pubDate>Fri, 07 Nov 2008 13:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-223</guid>
		<description>I&#039;m currently working with observers and this helped me a lot.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently working with observers and this helped me a lot.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
