Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

add --verbose option for compatibility #1830

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Jun 22, 2021

What I did
Introduced --verbose command line option to enforce command line compatibility with docker-compose.
This just set logging to TRACE level
full compatibility would require to tweak the Docker API client so it dump API calls on console, but AFAIK this is not feasible within a CLI plugin as this would have to apply during client setup.

Related issue
close #1253

(not mandatory) A picture of a cute animal, if possible in relation with what you did

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof ndeloof marked this pull request as ready for review June 22, 2021 09:54
Copy link
Contributor

@mat007 mat007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@ndeloof ndeloof merged commit 541cc0a into docker-archive:main Jun 22, 2021
@ndeloof ndeloof deleted the verbose branch June 22, 2021 11:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verbose not available via "docker compose" (and why's it different from -l debug?)
2 participants