Skip to content

Commit

Permalink
Fix wakaleo#155 Fix logback + JMX memory leak on web application reload
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Jun 6, 2016
1 parent 05f7cf4 commit 817fabd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
<resetJUL>true</resetJUL>
</contextListener>

<!-- To enable JMX Management -->
<jmxConfigurator/>


<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%-5level %logger{0} - %msg%n</pattern>
Expand Down

0 comments on commit 817fabd

Please sign in to comment.