Skip to content

Commit

Permalink
replace empty string with build information
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jul 15, 2024
1 parent f58a860 commit 97db18e
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 @@ -375,7 +375,7 @@ func runWebhookServer(cmd *cobra.Command, _ []string) {
func setup(cmd *cobra.Command, log logOptions, telemetry telemetryOptions) {
setupLogger(log)

logger.Info("", "version", version, "commit", gitSHA, "dirty", dirty)
logger.Info("build information", "version", version, "commit", gitSHA, "dirty", dirty)

// log the command-line args
if logger.V(1).Enabled() {
Expand Down

0 comments on commit 97db18e

Please sign in to comment.