Skip to content

Commit

Permalink
fix log print (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB authored Mar 5, 2024
1 parent a14aa19 commit fc1f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
GitRef: GitRef,
Version: Version,
}
log.Infof("running castai-cluster-controller version %v, config: %+v", binVersion, cfg)
log.Infof("running castai-cluster-controller version %v", binVersion)

logger := logrus.New()
logger.SetLevel(logrus.Level(cfg.Log.Level))
Expand Down

0 comments on commit fc1f2d4

Please sign in to comment.