log format

This commit is contained in:
zhouyuyan
2017-09-12 09:50:54 +08:00
parent 3ed8625bb9
commit 49385e52fd

View File

@@ -29,7 +29,6 @@ func init() {
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
runtime.GC()
config, er := broker.LoadConfig()
if er != nil {
log.Error("Load Config file error: ", er)