Skip to content

Commit cf58026

Browse files
committed
initializer: don't log NewMeshCert response
(cherry picked from commit 5a5512c)
1 parent 43db516 commit cf58026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

initializer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func run(cmd *cobra.Command, _ []string) (retErr error) {
128128
for {
129129
resp, err = requestCert()
130130
if err == nil {
131-
log.Info("Requesting cert", "response", resp)
131+
log.Info("Successfully requested cert from Coordinator")
132132
break
133133
}
134134
log.Warn("Requesting cert", "err", err)

0 commit comments

Comments
 (0)