Filtering NH cache log

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-08-08 15:16:06 -07:00
parent 3ffba9224e
commit 2871b6d60d

View File

@@ -27,6 +27,11 @@
<!-- this source is very verbose - setting priority here to avoid flooding trace if root priority is lowered -->
<priority value="WARN" />
</logger>
<logger name="NHibernate.Cache">
<!-- this source is very verbose - setting priority here to avoid flooding trace if root priority is lowered -->
<priority value="ERROR" />
</logger>
<!-- example of turning on the output from a component or namespace-->
<!--