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 was archived by the owner on Feb 18, 2024. It is now read-only.
当前 支持多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)