Skip to content

Commit

Permalink
show version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Oct 21, 2021
1 parent 2d572cc commit 08ee8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ func init() {
func initConfig() {
log.SetLevel(log.DebugLevel)
config.Load(cfgFile)
log.WithField("version", Version).Info("acme-for-appliances")
}

0 comments on commit 08ee8f2

Please sign in to comment.