통합통계 default format 제거

main
JungJun 2 years ago
parent dc1493d355
commit 5f5bf6d56d

@ -122,7 +122,8 @@ func NewIcsLog(conf *icsconf.LogConfig, level int, output int, path string, disk
gIcsLog.rotateNum = MAX_LOG_ROTATE_NUM gIcsLog.rotateNum = MAX_LOG_ROTATE_NUM
} }
gIcsLog.logger = log.New(&gIcsLog.buf, "", log.Ldate|log.Ltime|log.Lmicroseconds|log.Lshortfile) // gIcsLog.logger = log.New(&gIcsLog.buf, "", log.Ldate|log.Ltime|log.Lmicroseconds|log.Lshortfile)
gIcsLog.logger = log.New(&gIcsLog.buf, "", 0)
gIcsLog.CurrentDate = time.Now() gIcsLog.CurrentDate = time.Now()
gIcsLog.DelDay = conf.DelConfig.DelDay gIcsLog.DelDay = conf.DelConfig.DelDay

Loading…
Cancel
Save