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

improvement(logger): various tweaks to log lines #5452

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Commits on Nov 20, 2023

  1. improvement(logger): various tweaks to log lines

    Namely:
    
    - Show provider name in the section for `ephemeral-kubernetes`
    - Add origin to K8s logs
    - Add origin to build util logs
    
    Note that adding `origin` to a given log context means that it'll be
    printed with the log line.
    
    So instead of:
    
    `deploy.api => Deployment/web: Started container web`
    
    We print:
    
    `deploy.api => [kubernetes] Deployment/web: Started container web`
    eysi09 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1833877 View commit details
    Browse the repository at this point in the history