I have a spring-boot application running on Windows. I added the jansi project (v1.8) to the project to enable the output of color terminals in windows.
We included the log configuration presented in spring-boot, added the following line to logback.xml.
<include resource="org/springframework/boot/logging/logback/base.xml" />
It is not clear how to configure logback.xml so that its log statements are colored according to the underlying .xml provided by spring-boot. Sorry if this is a really stupid question, I'm new to logback.
Thanks!
source share