Skip to content

Commit

Permalink
hibernate#60 change WF to debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Jun 21, 2016
1 parent 73decd1 commit 655e1ff
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -84,7 +84,7 @@
<profile>
<subsystem xmlns="urn:jboss:domain:logging:3.0">
<console-handler name="CONSOLE">
<level name="INFO"/>
<level name="DEBUG"/>
<formatter>
<named-formatter name="COLOR-PATTERN"/>
</formatter>
Expand All @@ -109,11 +109,15 @@
<logger category="org.hibernate.search">
<level name="DEBUG"/>
</logger>
<!-- find out beans.xml error during load -->
<logger category="org.jboss.weld.ClassLoading">
<level name="DEBUG"/>
</logger>
<logger category="sun.rmi">
<level name="WARN"/>
</logger>
<root-logger>
<level name="INFO"/>
<level name="DEBUG"/>
<handlers>
<handler name="CONSOLE"/>
<handler name="FILE"/>
Expand Down

0 comments on commit 655e1ff

Please sign in to comment.