Skip to content

Commit

Permalink
Fix class for sentry-java logback.xml example (#540)
Browse files Browse the repository at this point in the history
The class for the `logback.xml` config wasn't updated for the Now (sentry-java) example
  • Loading branch information
wuservices authored and bretthoerner committed Dec 13, 2017
1 parent f907cd1 commit 027544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Logging Integration Configuration
.. sourcecode:: xml

<!-- logback.xml -->
<appender name="Sentry" class="com.getsentry.raven.logback.SentryAppender">
<appender name="Sentry" class="io.sentry.logback.SentryAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>WARN</level>
</filter>
Expand Down

0 comments on commit 027544f

Please sign in to comment.