Skip to content

Commit

Permalink
fix logging of config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed May 9, 2024
1 parent 8923bf0 commit f985969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/provisioner/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ func (c *config) String() string {
"ShootUpgradeTimeout: %s, "+
"OperatorRoleBindingL2SubjectName: %s, OperatorRoleBindingL3SubjectName: %s, OperatorRoleBindingCreatingForAdmin: %t "+
"GardenerProject: %s, GardenerKubeconfigPath: %s, GardenerAuditLogsPolicyConfigMap: %s, AuditLogsTenantConfigPath: %s, DefaultEnableIMDSv2: %v"+
"EnableDumpShootSpec: %v"+
"EnqueueInProgressOperations: %v"+
"EnableDumpShootSpec: %v "+
"EnqueueInProgressOperations: %v "+
"LogLevel: %s",
c.Address, c.APIEndpoint,
c.Database.User, c.Database.Host, c.Database.Port,
Expand Down

0 comments on commit f985969

Please sign in to comment.