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
We are currently evaluating Windmill in a self-hosted setup using Docker containers. Our logging system relies on AWS CloudWatch, which we configure in the docker-compose.yml file with driver: awslogs.
Unfortunately, we’ve encountered an issue with the resulting logs: they contain ANSI color codes that seem suited only for local terminal environments. This makes the logs more then difficult to read and parse in a professional setup like AWS CloudWatch, where clean, structured logs are essential.
Hello Windmill team,
We are currently evaluating Windmill in a self-hosted setup using Docker containers. Our logging system relies on AWS CloudWatch, which we configure in the
docker-compose.yml
file withdriver: awslogs
.Unfortunately, we’ve encountered an issue with the resulting logs: they contain ANSI color codes that seem suited only for local terminal environments. This makes the logs more then difficult to read and parse in a professional setup like AWS CloudWatch, where clean, structured logs are essential.
Example of the problematic logs:
We’ve tried setting environment variables like
NO_COLOR=1
andTERM=dumb
for the containers, but this hasn’t resolved the issue.Question:
What is the recommended way to configure Windmill containers so that they produce clean logs without unnecessary ANSI color codes?
We appreciate your guidance on this matter. Thank you!
The text was updated successfully, but these errors were encountered: