-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[workspacekit] improve logging when not able to connect to daemon #9951
Conversation
@@ -397,7 +397,7 @@ var ring1Cmd = &cobra.Command{ | |||
|
|||
client, err := connectToInWorkspaceDaemonService(ctx) | |||
if err != nil { | |||
log.WithError(err).Error("cannot connect to daemon") | |||
log.WithError(err).Error("cannot connect to daemon from ring1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be ring2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your kindly explanation @utam0k, attach the diagram for future reference
/hold until @jenting approve this PR |
/werft run 👍 started the job as gitpod-build-pavel-ring-logging.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/unhold |
Description
Improves logging to better understand when we fail to connect to daemon from workspacekit.
Related Issue(s)
Related to #9835
How to test
Release Notes
Documentation