Skip to content

Commit

Permalink
💬 Tweak database name log string
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 24, 2022
1 parent d7c2d5d commit b1e39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/cmd_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func DefaultSetup(cmd *cobra.Command, conf *config.Global) (err error) {
conf.Database = conf.Grammar.DefaultDatabase()
log.WithField("database", conf.Database).Warn("could not detect database from pod env, using default")
} else {
log.WithField("database", conf.Database).Info("found database from pod env")
log.WithField("database", conf.Database).Info("found db name in pod env")
}
}

Expand Down

0 comments on commit b1e39c1

Please sign in to comment.