mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Fix #155 Fix logback + JMX memory leak on web application reload
This commit is contained in:
parent
05f7cf4e3f
commit
817fabd9ea
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue