Enable Colors For Logs With Logback Spring
Overview Checking log without color is hard. Enable color for your log messages would make things a bit easier. I’ll show you how to do that with logback in spring. Configuration First of all, you need to create a file name logback-spring.xml under your resource folder. Here is my file: Here is my log configuration … Read more