Commit d89b54c9 by huangchengyi

1.0

parent 532079aa
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ import (
func SetUp() (err error) {
logConfig := make(map[string]string)
logConfig["log_path"] = "logs"
logConfig["log_chan_size"] = "5"
logConfig["log_chan_size"] = "5000"
err = logger.InitLogger("file", logConfig)
if err != nil {
return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment