Skip to content

feat: add log level option to buildkitd config#6732

Open
jsternberg wants to merge 1 commit intomoby:masterfrom
jsternberg:log-verbosity
Open

feat: add log level option to buildkitd config#6732
jsternberg wants to merge 1 commit intomoby:masterfrom
jsternberg:log-verbosity

Conversation

@jsternberg
Copy link
Copy Markdown
Collaborator

This adds a way to set the log level of buildkitd outside of using
--debug or --trace which allows increasing the log level rather than
only lowering it.

The --debug and --trace options will still exist both in the
configuration file and on the command line. These are more general
convenience options. Setting the log level option will override the log
level and will take precedence over the more general options.

Fixes #6375.

This adds a way to set the log level of buildkitd outside of using
`--debug` or `--trace` which allows increasing the log level rather than
only lowering it.

The `--debug` and `--trace` options will still exist both in the
configuration file and on the command line. These are more general
convenience options. Setting the log level option will override the log
level and will take precedence over the more general options.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
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.

Log verbosity configuration

1 participant