Skip to content

Commit

Permalink
Log the binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 9, 2024
1 parent 2900b6a commit d75844a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ func main() {
//

log.V(0).Info("starting up",
"version", version.VERSION,
"pid", os.Getpid(),
"uid", os.Getuid(),
"gid", os.Getgid(),
Expand Down

0 comments on commit d75844a

Please sign in to comment.