Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Log the daemon version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Broughton committed Mar 22, 2018
1 parent f220230 commit 55f61a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fluxd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func main() {
logger = log.With(logger, "ts", log.DefaultTimestampUTC)
logger = log.With(logger, "caller", log.DefaultCaller)
}
logger.Log("started", true)
logger.Log("version", version)

// Argument validation

Expand Down

0 comments on commit 55f61a2

Please sign in to comment.