Add compiler and arch to log output

This commit is contained in:
Ingo Oppermann
2022-08-02 20:37:47 +02:00
parent 273ca0abbc
commit b376fdc87d

View File

@@ -211,6 +211,8 @@ func (a *api) Reload() error {
"version": app.Version.String(),
"repository": "https://github.com/datarhei/core",
"license": "Apache License Version 2.0",
"arch": app.Arch,
"compiler": app.Compiler,
}
if len(app.Commit) != 0 && len(app.Branch) != 0 {