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

chore(log): fix debug/verbose logging flags #11592

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

milas
Copy link
Member

@milas milas commented Mar 8, 2024

What I did
Re-claim the --debug flag for debug logging.

Keep the --verbose flag hidden (for compat), but now as a no-op.

In the future, we should use --verbose for more detailed user-facing output.

Related issue
n/a

(not mandatory) A picture of a cute animal, if possible in relation to what you did
a lil inch worm

Re-claim the `--debug` flag for debug logging.

Keep the `--verbose` flag hidden (for compat), but now as
a no-op.

In the future, we should use `--verbose` for more detailed
user-facing output.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas milas requested a review from a team March 8, 2024 19:39
@milas milas self-assigned this Mar 8, 2024
@milas milas requested review from ndeloof, glours and jhrotko and removed request for a team March 8, 2024 19:39
@ndeloof
Copy link
Contributor

ndeloof commented Mar 11, 2024

Why not use the existing docker --log-level=debug compose ... feature ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants