Commit 7dd2a440 authored by alexstocks's avatar alexstocks

add log.Close

parent fd063d81
...@@ -43,6 +43,7 @@ var ( ...@@ -43,6 +43,7 @@ var (
func main() { func main() {
initConf() initConf()
defer log.Close()
initProfiling() initProfiling()
......
...@@ -48,6 +48,7 @@ func main() { ...@@ -48,6 +48,7 @@ func main() {
// } // }
initConf() initConf()
defer log.Close()
initProfiling() initProfiling()
......
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 to comment