Log the binary version

This commit is contained in:
Tim Hockin 2024-06-08 19:56:37 -07:00
parent 4a4c8f8d11
commit cd1d050a67
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ func main() {
//
log.V(0).Info("starting up",
"version", version.VERSION,
"pid", os.Getpid(),
"uid", os.Getuid(),
"gid", os.Getgid(),