<?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: Syslog-ng and Squid Logging</title>
	<atom:link href="http://eric.lubow.org/2007/system-administration/syslog-ng-and-squid-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.lubow.org/2007/system-administration/syslog-ng-and-squid-logging/</link>
	<description>Thoughts, musings, and other useless idealistic systems hoopla.</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:04:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bvamos</title>
		<link>http://eric.lubow.org/2007/system-administration/syslog-ng-and-squid-logging/comment-page-1/#comment-16873</link>
		<dc:creator>bvamos</dc:creator>
		<pubDate>Tue, 18 Nov 2008 21:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/blog/2007/system-administration/28/syslog-ng-and-squid-logging/#comment-16873</guid>
		<description># The filter removes all entries that come from the
#   program &#039;squid&#039; from the syslog
filter f_remove { program(&quot;squid&quot;); };

should be:

# The filter removes all entries that come from the
#   program &#039;squid&#039; from the syslog
filter f_remove { not program(&quot;squid&quot;); };</description>
		<content:encoded><![CDATA[<p># The filter removes all entries that come from the<br />
#   program &#8217;squid&#8217; from the syslog<br />
filter f_remove { program(&#8220;squid&#8221;); };</p>
<p>should be:</p>
<p># The filter removes all entries that come from the<br />
#   program &#8217;squid&#8217; from the syslog<br />
filter f_remove { not program(&#8220;squid&#8221;); };</p>
]]></content:encoded>
	</item>
</channel>
</rss>
