Skip to content

Commit

Permalink
AJ-1556: quiet down logback status during startup (#494)
Browse files Browse the repository at this point in the history
quiet down logback status during startup
  • Loading branch information
davidangb authored Feb 7, 2024
1 parent 94b4f9a commit 5a1b3df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>

<!-- Quiet down logback during startup. If you are trying to change or debug logging setup,
you may want to comment out this line during your development efforts. -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener"/>

<appender name="Sentry" class="io.sentry.logback.SentryAppender">
<!-- Optionally change minimum Event level. Default for Events is ERROR -->
<minimumEventLevel>ERROR</minimumEventLevel>
Expand Down

0 comments on commit 5a1b3df

Please sign in to comment.