Skip to content

Commit

Permalink
Removed sentry configuration to prevent flooding sentry with exceptio…
Browse files Browse the repository at this point in the history
…ns above INFO level
  • Loading branch information
Ivan Chang committed Jul 10, 2019
1 parent 77ffde4 commit dd1c46f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,10 @@
</else>
</if>

<!-- Configure the Sentry appender, overriding the logging threshold to the WARN level -->
<appender name="Sentry" class="io.sentry.logback.SentryAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>WARN</level>
</filter>
</appender>

<root level="${LOG_LEVEL}">
<appender-ref ref="STANDARD_APPENDER" />
<appender-ref ref="PRETTY_APPENDER" />
<appender-ref ref="FILEROLLER_APPENDER" />
<appender-ref ref="Sentry" />
</root>

<logger name="com.zaxxer.hikari" level="ERROR"/>
Expand Down

0 comments on commit dd1c46f

Please sign in to comment.