我正在运行一个spring boot应用程序,为了记录日志,我们使用了spring logback。
在spring-logback.xml文件中,我们定义了日志级别,更多的是在包级别。
有没有一种方法可以将日志记录器(可能是在特性级别)分组,并且包名与特性名不一样,可以有共同的配置。
Spring支持在配置属性中分组,而不是在logback-spring.xml中分组。
更多信息https:/docs.spring.iospring-bootdocs2.1.1.RELEASEreferencehtmlboot-features-logging.html#boot-features-custom-log-groups。