<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: tail and the rolling log</title>
	<link>http://ask.metafilter.com/43869/tail-and-the-rolling-log/</link>
	<description>Comments on Ask MetaFilter post tail and the rolling log</description>
	<pubDate>Mon, 07 Aug 2006 15:14:56 -0800</pubDate>
	<lastBuildDate>Mon, 07 Aug 2006 15:14:56 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: tail and the rolling log</title>
		<link>http://ask.metafilter.com/43869/tail-and-the-rolling-log</link>	
		<description>Is there a tail-like program for rolling logfiles? &lt;br /&gt;&lt;br /&gt; I have a server process which produces a file server.log, which I use &quot;tail -f server.log&quot; to view as it&apos;s being written.  Unfortunately for me, the program eventually rolls the current server.log file over to a server.log.mmddyy naming scheme, and starts a new server.log.  There is no trailer written to the logfile before the rollover occurs, so I can sometimes end up wasting time looking at a stale tail, thinking my process is running slowly, when it&apos;s just moved on to another log file.  Does anyone know of a smarter tail-like program that could handle this issue?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.43869</guid>
		<pubDate>Mon, 07 Aug 2006 15:07:47 -0800</pubDate>
		<dc:creator>nomisxid</dc:creator>
		
			<category>tail</category>
		
			<category>logfiles</category>
		
			<category>rollover</category>
		
	</item> <item>
		<title>By: jimw</title>
		<link>http://ask.metafilter.com/43869/tail-and-the-rolling-log#673068</link>	
		<description>The tail that is part of the GNU textutils package has a &apos;-F&apos; flag that will handle such file replacements.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.43869-673068</guid>
		<pubDate>Mon, 07 Aug 2006 15:14:56 -0800</pubDate>
		<dc:creator>jimw</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/43869/tail-and-the-rolling-log#673157</link>	
		<description>It&apos;s actually part of coreutils.  textutils, fileutils, and sh-utils all merged into a single package coreutils some years ago.&lt;br&gt;
&lt;br&gt;
But that doesn&apos;t matter to the question at hand.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.43869-673157</guid>
		<pubDate>Mon, 07 Aug 2006 16:14:36 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item>
	</channel>
</rss>
