mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +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(),
|
||||
"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 {
|
||||
|
Reference in New Issue
Block a user