We’re applying color to log levels within the Java application. The states we’re coloring are warning, info, debug, and error. While warning and info are displayed correctly, error logs appear with ANSI characters. [1;31mERROR [0;39m. How can I solve this? If you have a configuration you’d like, please let me know.
***When we examine the Kubernetes logs and the Rancher logs, they seem correct.
