Skip to content

Commit

Permalink
fix formatting in the logger #2
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed May 9, 2024
1 parent 6b9eda1 commit 1a34528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/provisioner/internal/gardener/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (g *GardenerProvisioner) ProvisionCluster(cluster model.Cluster, operationI
if e != nil {
log.Errorf("Error marshaling Shoot spec: %s", e.Error())
} else {
log.Info(string(shootTemplateBytes))
logger.Info(string(shootTemplateBytes))
}

log.Infof("Shoot Spec Dump End =================================")
Expand Down

0 comments on commit 1a34528

Please sign in to comment.