Commit 40b7c85c by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 8162810a 0ea11518
Showing with 0 additions and 16 deletions
<configuration>
<!-- 其他 Logback 配置 -->
<appender name="SENTRY" class="io.sentry.logback.SentryAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>ERROR</level>
</filter>
<!-- 配置 Sentry DSN -->
<dsn>http://85293a9310fc4a8187422a7a257fc1ba@sentry.zjhuixinyun.com/8</dsn>
</appender>
<root level="INFO">
<appender-ref ref="SENTRY" />
</root>
</configuration>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!