Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
set gwt-log log level to off in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 19, 2012
1 parent b24d13b commit 82e620c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zanata-common-util/src/test/resources/log4j.xml
Expand Up @@ -21,6 +21,9 @@
<level value="info" />
</logger>
-->
<logger name="gwt-log">
<level value="OFF" />
</logger>
<root>
<level value="ERROR" />
<appender-ref ref="STDOUT" />
Expand Down

0 comments on commit 82e620c

Please sign in to comment.