Skip to content

Commit

Permalink
tiny log change to test new build pipelines (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper authored Sep 10, 2024
1 parent aa26ea6 commit 6d6c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/provisioner/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
}
log.SetLevel(logLevel)

log.Infof("Starting Provisioner")
log.Infof("Starting Provisioner.")
log.Infof("Config: %s", cfg.String())

connString := fmt.Sprintf(connStringFormat, cfg.Database.Host, cfg.Database.Port, cfg.Database.User,
Expand Down

0 comments on commit 6d6c67e

Please sign in to comment.