mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Add compiler and arch to log output
This commit is contained in:
@@ -211,6 +211,8 @@ func (a *api) Reload() error {
|
|||||||
"version": app.Version.String(),
|
"version": app.Version.String(),
|
||||||
"repository": "https://github.com/datarhei/core",
|
"repository": "https://github.com/datarhei/core",
|
||||||
"license": "Apache License Version 2.0",
|
"license": "Apache License Version 2.0",
|
||||||
|
"arch": app.Arch,
|
||||||
|
"compiler": app.Compiler,
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(app.Commit) != 0 && len(app.Branch) != 0 {
|
if len(app.Commit) != 0 && len(app.Branch) != 0 {
|
||||||
|
Reference in New Issue
Block a user