Spring Boot coloured log lines
Sometimes, especially during debugging, it would be helpful to mark single lines in the log in colours. There is a simple way to achieve this with Spring Boot and logback. With this dependency in place you can extend your logger to achieve this. Here a sample setup: This allows you to mark a resource in […]
Spring Boot coloured log lines Read More »