<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythonian &#187; print</title>
	<atom:link href="http://thepythonian.com/tag/print/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepythonian.com</link>
	<description>All about the Python Programming Language</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Python logging customizations</title>
		<link>http://thepythonian.com/2009/04/01/python-logging-customizations/</link>
		<comments>http://thepythonian.com/2009/04/01/python-logging-customizations/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:15:12 +0000</pubDate>
		<dc:creator>thePythonian</dc:creator>
				<category><![CDATA[Modules]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://thepythonian.com/?p=9</guid>
		<description><![CDATA[The log alternative (to print)
<p>As an alternative to dumping to the cli for debugging and event notifications, Sean Gillies has a write-up about tweaking the log output to do some of the following.</p>
<p>Log messages can be sent to single files on disk, rotating log files, sent to SMTP servers &#8212; you could probably even create your [...]]]></description>
			<content:encoded><![CDATA[<h1>The log alternative (to print)</h1>
<p>As an alternative to dumping to the cli for debugging and event notifications,<a title="Sean Gillies" href="http://sgillies.net/blog/832/python-logging/ "> Sean Gillies</a> has a write-up about tweaking the log output to do some of the following.</p>
<blockquote><p>Log messages can be sent to single files on disk, rotating log files, sent to SMTP servers &#8212; you could probably even create your own XMPP handler.</p></blockquote>
<p>But some of the best work in the post occurs in the comments&#8230;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://thepythonian.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://thepythonian.com/2009/04/01/python-logging-customizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
