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

bklog: always enable trace id if it exists #5315

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. bklog: always enable trace id if it exists

    Previous version of the detect package would only enable trace ids in
    the build log if tracing was in use. For practical purposes, there was
    always a tracer in use (either the recorder which was always enabled or
    one of the detected tracers).
    
    When this package was refactored, the call to enable the trace id was
    accidentally removed.
    
    This removes the option to enable or disable the trace id from the log
    and instead just always enables it since this was the behavior
    previously.
    
    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    jsternberg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    366c355 View commit details
    Browse the repository at this point in the history