Skip to content

Commit

Permalink
chore: change log to V1
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz committed Jul 27, 2022
1 parent 853246a commit 579a8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/defaults/envoy_admin_ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (e *EnvoyAdminCaDefaultComponent) ensureEnvoyAdminCaExist(ctx context.Conte
if !store.IsResourceNotFound(err) {
return errors.Wrap(err, "error while loading admin client certificate")
}
log.Info("trying to create Envoy Admin CA")
log.V(1).Info("trying to create Envoy Admin CA")
pair, err := tls.GenerateCA()
if err != nil {
return errors.Wrap(err, "could not generate admin client certificate")
Expand Down

0 comments on commit 579a8eb

Please sign in to comment.