Commit dc14ebbd by 朱继来

调整

parent a6dfb466
Showing with 5 additions and 1 deletions
...@@ -69,7 +69,11 @@ func main() { ...@@ -69,7 +69,11 @@ func main() {
// //
logConfig := make(map[string]string) logConfig := make(map[string]string)
logConfig["log_path"] = LogDir+"order/orderSendPurchaseEmail" // logConfig["log_path"] = LogDir+"order/orderSendPurchaseEmail"
// logConfig["log_chan_size"] = "1000"
logConfig["log_name"] = "orderSendPurchaseEmail"
logConfig["log_path"] = "logs"
logConfig["log_chan_size"] = "1000" logConfig["log_chan_size"] = "1000"
logger.InitLogger("file",logConfig) logger.InitLogger("file",logConfig)
logger.Init() logger.Init()
......
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