Skip to content

Commit

Permalink
Merge pull request coreos#841 from ajeddeloh/backport-print-stage
Browse files Browse the repository at this point in the history
main: log stage at startup
  • Loading branch information
Andrew Jeddeloh committed Aug 2, 2019
2 parents 0e167e6 + ea00bcc commit e3e3cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func main() {
defer logger.Close()

logger.Info(version.String)
logger.Info("Stage: %v", flags.stage)

if flags.clearCache {
if err := os.Remove(flags.configCache); err != nil {
Expand Down

0 comments on commit e3e3cbf

Please sign in to comment.