feat(GODT-2655): display internal build time tag in log and GUI.

This commit is contained in:
Jakub
2023-05-26 15:07:35 +02:00
committed by Jakub Cuth
parent bfaf9765ae
commit fc06665d2b
10 changed files with 71 additions and 5 deletions

View File

@ -322,6 +322,7 @@ func withLogging(c *cli.Context, crashHandler *crash.Handler, locations *locatio
WithField("appName", constants.FullAppName).
WithField("version", constants.Version).
WithField("revision", constants.Revision).
WithField("tag", constants.Tag).
WithField("build", constants.BuildTime).
WithField("runtime", runtime.GOOS).
WithField("args", os.Args).