<?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: Hibernate SQL logging</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/2009/08/13/hibernate-sql-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog/2009/08/13/hibernate-sql-logging/</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Sun, 11 Sep 2011 13:03:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bryan</title>
		<link>http://www.volkomenjuist.nl/blog/2009/08/13/hibernate-sql-logging/comment-page-1/#comment-544</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 15 Aug 2009 23:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=298#comment-544</guid>
		<description>Something that really bugs me about this trick - it can&#039;t be turned on/off at runtime like normal log4j loggers.  The good people at Hibernate thought checking if logging was enabled must be expensive, so they keep a copy of the log level and never check it again.  I seriously doubt there was ever a performance issue here, and thanks to that decision, you will have to restart your server to see the hibernate parameters.</description>
		<content:encoded><![CDATA[<p>Something that really bugs me about this trick &#8211; it can&#8217;t be turned on/off at runtime like normal log4j loggers.  The good people at Hibernate thought checking if logging was enabled must be expensive, so they keep a copy of the log level and never check it again.  I seriously doubt there was ever a performance issue here, and thanks to that decision, you will have to restart your server to see the hibernate parameters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

