Commit 7dd2a440 authored by alexstocks's avatar alexstocks

add log.Close

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