Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #380 from MITLibraries/tweak_log_levels
Browse files Browse the repository at this point in the history
Change log level
  • Loading branch information
JPrevost committed May 5, 2016
2 parents 1deffa7 + 012ec25 commit 95c1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</appender>

<logger name="play" level="INFO" />
<logger name="application" level="DEBUG" />
<logger name="application" level="INFO" />

<!-- Off these ones as they are annoying, and anyway we manage configuration ourself -->
<logger name="com.avaje.ebean.config.PropertyMapLoader" level="OFF" />
Expand Down

0 comments on commit 95c1e88

Please sign in to comment.