Skip to content

Commit

Permalink
Prevent logback from outputting its own status (jhipster#27267)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran authored Sep 12, 2024
1 parent f8bb8ab commit 15cdb67
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
<appender-ref ref="CONSOLE" />
</root>

<!-- Prevent logback from outputting its own status -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener"/>
<!-- Reset the JUL logging level to avoid conflicts with Logback -->
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
<resetJUL>true</resetJUL>
</contextListener>
Expand Down

0 comments on commit 15cdb67

Please sign in to comment.