You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions.
当前 支持多biz日志配置隔离的功能依赖 logback 原生 ContextSelector 机制 (com.alipay.sofa.ark.common.adapter.ArkLogbackContextSelector)
SpringBoot3 默认使用 Slf4j2 + Logback1.3.x 作为日志打印框架,Slf4j2 相较 Slf4j 弃用了 StaticLoggerBinder,改为了 Java SPI ServiceLoader 机制进行日志实现框架绑定,该机制不支持 ContextSelector 特性(ch.qos.logback.classic.spi.LogbackServiceProvider)
The text was updated successfully, but these errors were encountered: