1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 16:03:27 +00:00

beelog bug fixed

This commit is contained in:
JessonChan 2016-03-30 14:31:16 +08:00
parent 220cf91180
commit 8e82ed319b

View File

@ -255,7 +255,7 @@ func (bl *BeeLogger) Write(p []byte) (n int, err error) {
}
func (bl *BeeLogger) writeMsg(logLevel int, msg string, v ...interface{}) error {
if !beeLogger.init {
if !bl.init {
bl.lock.Lock()
bl.setLogger(AdapterConsole)
bl.lock.Unlock()