Skip to content

Commit

Permalink
Only log errors to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Nov 2, 2021
1 parent 827dd5c commit 3e6b543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Root level="info">
<AppenderRef ref="Lambda"/>
<!-- Note that the Sentry logging threshold is overridden to the WARN level -->
<AppenderRef ref="Sentry" level="warn"/>
<AppenderRef ref="Sentry" level="error"/>
</Root>
<Logger name="io.sentry" level="trace" additivity="false">
<AppenderRef ref="Console" />
Expand Down

0 comments on commit 3e6b543

Please sign in to comment.