This commit is contained in:
Mayuresh Gaitonde
2018-11-21 11:25:34 -08:00
parent 6e923a84fa
commit b641eb979e

View File

@@ -18,10 +18,10 @@ var (
)
func main() {
flag.Parse()
if glog.V(4) {
log.SetLevel(log.DebugLevel)
}
flag.Parse()
conf := c.GetConfig(*config)
mon := controller.NewMonitor(conf)
srv := server.NewServer(conf.Agent.ListenAddr, mon)