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
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community.
Spring Boot 提供了日志的配置机制,方便灵活修改日志的显示和输出。个人的配置如下所示
问题
在 使用 SCA 2023.0.1.2 时,一切正常。通过在 bootstrap.yml 中 修改
logging.level.<logger-name>=<level>
就可以控制日志的输出和显示。例如:将 org.springframework.security: info 修改为 org.springframework.security: debug 就会显示更多日志信息。
将 SCA 升级至 2023.0.1.3 或者 2023.0.3.2 以后, Spring Boot 的日志配置就完全失效。不管怎么修改
logging.level.<logger-name>=<level>
,都无法改变日志的显示内容。仅在修改
logging.level.root
值时,会显示不同级别的 Nacos 的相关的日志The text was updated successfully, but these errors were encountered: