<?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"
	>
<channel>
	<title>Comments on: Remote logging with Python logging and Django</title>
	<atom:link href="http://www.caktusgroup.com/blog/2009/06/09/remote-logging-with-python-logging-and-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caktusgroup.com/blog/2009/06/09/remote-logging-with-python-logging-and-django/</link>
	<description>Blog &#124; Django Web Development &#124; Raleigh Durham Chapel Hill &#124; Caktus Consulting Group</description>
	<pubDate>Thu, 11 Mar 2010 11:46:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: tobias</title>
		<link>http://www.caktusgroup.com/blog/2009/06/09/remote-logging-with-python-logging-and-django/#comment-299</link>
		<dc:creator>tobias</dc:creator>
		<pubDate>Mon, 13 Jul 2009 15:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.caktusgroup.com/blog/?p=239#comment-299</guid>
		<description>If I recall correctly exception info will only show up if you call &lt;code&gt;logger.exception('msg')&lt;/code&gt; from your application.  See:

http://docs.python.org/library/logging.html#logging.Logger.exception</description>
		<content:encoded><![CDATA[<p>If I recall correctly exception info will only show up if you call <code>logger.exception('msg')</code> from your application.  See:</p>
<p><a href="http://docs.python.org/library/logging.html#logging.Logger.exception" rel="nofollow">http://docs.python.org/library/logging.html#logging.Logger.exception</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.caktusgroup.com/blog/2009/06/09/remote-logging-with-python-logging-and-django/#comment-298</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 13 Jul 2009 02:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.caktusgroup.com/blog/?p=239#comment-298</guid>
		<description>Tried out remotelog, and it works great. Only problem I'm having is getting exception traceback info to show up. I see the view is formating exc_text, but I can't get the Python logger to put anything in there. Is there some trick to that? Thanks.</description>
		<content:encoded><![CDATA[<p>Tried out remotelog, and it works great. Only problem I&#8217;m having is getting exception traceback info to show up. I see the view is formating exc_text, but I can&#8217;t get the Python logger to put anything in there. Is there some trick to that? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
