When the environment variable `NO_COLOR=1` is set the logs are still colored. Probably because `logs.Init` in https://github.com/n8n-io/task-runner-launcher/blob/main/internal/logs/logger.go#L45 is never called in `main.go`.