-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(logger): various tweaks to log lines (#5452)
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`
- Loading branch information
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters