1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 11:03:28 +00:00
This commit is contained in:
youngsterxyf 2016-01-27 00:42:07 +08:00
parent 330b3b1931
commit 20efd5236e

View File

@ -361,4 +361,5 @@ func (bl *BeeLogger) Close() {
l.Flush()
l.Destroy()
}
bl.outputs = nil
}