You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
In that case, log4j patterns will not match, because it cannot understand ANSI color control chars, neither the app_1 | before each line. They mark the service name in docker-compose.yaml file.
It would be good to parse them, so that I don't have to find/replace them each time.
Oftentimes currently, the logs come from docker containers or docker compose, with ANSI color chars(cyan in my example):
In that case, log4j patterns will not match, because it cannot understand ANSI color control chars, neither the
app_1 |before each line. They mark the service name in docker-compose.yaml file.It would be good to parse them, so that I don't have to find/replace them each time.