<?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>Tech Notes &#187; Log</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Cronolog</title>
		<link>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 04:08:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=20</guid>
		<description><![CDATA[Cronolog is a handy file rotation tool for Apache. To create daily log files, add something like this to your httpd.conf file. CustomLog "&#124;/usr/local/sbin/cronolog /var/log/httpd/%Y/%m/%d/access.log" combinedio Installation is simply: configure &#38;&#38; make &#38;&#38; make install]]></description>
			<content:encoded><![CDATA[<p><a href="http://cronolog.org/" target="_blank">Cronolog</a> is a handy file rotation tool for Apache.</p>
<p>To create daily log files, add something like this to your httpd.conf file.</p>
<pre>CustomLog "|/usr/local/sbin/cronolog /var/log/httpd/%Y/%m/%d/access.log" combinedio</pre>
<p>Installation is simply:</p>
<pre>configure &amp;&amp; make &amp;&amp; make install</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

