Skip to content

Commit 5a5512c

Browse files
committed
initializer: don't log NewMeshCert response
1 parent 391c6fe commit 5a5512c

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
@@ -130,7 +130,7 @@ func run(cmd *cobra.Command, _ []string) (retErr error) {
130130
for {
131131
resp, err = requestCert()
132132
if err == nil {
133-
log.Info("Requesting cert", "response", resp)
133+
log.Info("Successfully requested cert from Coordinator")
134134
break
135135
}
136136
log.Warn("Requesting cert", "err", err)

0 commit comments

Comments
 (0)