<?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: Has anyone gotten log4j and grails to play nice?</title>
	<atom:link href="http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice/feed" rel="self" type="application/rss+xml" />
	<link>http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice</link>
	<description>Thoughts on poker, programming and other stuff.</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:00:51 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Upgrading to Grails 1.1</title>
		<link>http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice/comment-page-1#comment-14073</link>
		<dc:creator>Upgrading to Grails 1.1</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://thebull.macsimumweb.com/?p=281#comment-14073</guid>
		<description>[...] I always had mixed results with logging settings in different environments. Turns out this site was the worst. However I like [...]</description>
		<content:encoded><![CDATA[<p>[...] I always had mixed results with logging settings in different environments. Turns out this site was the worst. However I like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: online poker for money</title>
		<link>http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice/comment-page-1#comment-13301</link>
		<dc:creator>online poker for money</dc:creator>
		<pubDate>Wed, 18 Mar 2009 12:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://thebull.macsimumweb.com/?p=281#comment-13301</guid>
		<description>yep, that should work (the code from the first comment)</description>
		<content:encoded><![CDATA[<p>yep, that should work (the code from the first comment)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Bull</title>
		<link>http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice/comment-page-1#comment-12720</link>
		<dc:creator>The Bull</dc:creator>
		<pubDate>Fri, 16 Jan 2009 08:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://thebull.macsimumweb.com/?p=281#comment-12720</guid>
		<description>yep, tried that. the production config always ends up overriding the development one.</description>
		<content:encoded><![CDATA[<p>yep, tried that. the production config always ends up overriding the development one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenwei</title>
		<link>http://thebull.macsimumweb.com/has-anyone-gotten-log4j-and-grails-to-play-nice/comment-page-1#comment-12712</link>
		<dc:creator>kenwei</dc:creator>
		<pubDate>Thu, 15 Jan 2009 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://thebull.macsimumweb.com/?p=281#comment-12712</guid>
		<description>In my case, log4j works well by following configuration:

environments {
    development {
        log4j {
            ...
        }
    }
    test {
        log4j {
            ...
        }
    }
    production {
        log4j {
            ...
        }
    }
}</description>
		<content:encoded><![CDATA[<p>In my case, log4j works well by following configuration:</p>
<p>environments {<br />
    development {<br />
        log4j {<br />
            &#8230;<br />
        }<br />
    }<br />
    test {<br />
        log4j {<br />
            &#8230;<br />
        }<br />
    }<br />
    production {<br />
        log4j {<br />
            &#8230;<br />
        }<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
