I use Logback logging with Spring Boot 1.5.15.
Looking at the documentation I should be able to disable the ANSI logging (colour output) using the configuration spring.output.ansi.enabled=never
.
This appears to work fine in the local console however not in a Docker environment. Has anyone running into this ?