Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parsing of warnings and errors #811

Merged
merged 6 commits into from
Mar 3, 2024

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Sometimes Docker Compose can emit warnings with logrus.Warn/logrus.Warnf, which by default emits logfmt formatted warnings (and not events as other parts of Docker Compose do). This fixes #787.

Also updates #810 and fixes parsing of messages in #807.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

compose_v2

@felixfontein felixfontein merged commit 6aea7ef into ansible-collections:main Mar 3, 2024
122 of 123 checks passed
@felixfontein felixfontein deleted the logfmt branch March 3, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-compose-v2 Docker Compose v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker_compose_v2: : Cannot parse event from line
1 participant