-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support to collect server logs for capella clusters #56
Add support to collect server logs for capella clusters #56
Conversation
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.
This looks good to me. Not sure if other reviewers will know the standards more. Just one small recommendation from me
7bf0eae
to
027ddc4
Compare
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.
One minor nit, otherwise looks good!
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.
Please also squash the commits to a single commit for rebase merging.
@@ -999,6 +1001,8 @@ var initCmd = &cobra.Command{ | |||
flagCapellaPass, _ := cmd.Flags().GetString("capella-pass") | |||
flagCapellaOid, _ := cmd.Flags().GetString("capella-oid") | |||
flagCapellaOverrideToken, _ := cmd.Flags().GetString("capella-override-token") | |||
flagCapellaInternalSupportToken, _ := cmd.Flags().GetString("capella-internal-support-token") | |||
flagUploadServerLogsHostName, _ := cmd.Flags().GetString("upload-server-logs-host-name") |
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.
It looks like you've added flagUploadServerLogsHostName
here, but I don't see it being used below.
81c9f45
to
deb1d5b
Compare
deb1d5b
to
2f3c10d
Compare
Add support to collect server logs for capella clusters