()
| 90 | } |
| 91 | |
| 92 | func initLogs() { |
| 93 | log.Infof("%#v starting, version %#v, commit %#v, branch %#v", name, version, commit, branch) |
| 94 | log.Infof("%#v, target architecture is %#v, operating system target is %#v", |
| 95 | runtime.Version(), runtime.GOARCH, runtime.GOOS) |
| 96 | log.Infof("role: %#v", conf.RoleTag) |
| 97 | } |
| 98 | |
| 99 | func main() { |
| 100 | flag.Parse() |