dep: fix a log file deleted bug caused by beego.logs

This commit is contained in:
fatedier
2016-08-22 01:08:19 +08:00
parent c8e5096f48
commit 94c7f57949
10 changed files with 935 additions and 115 deletions

View File

@@ -112,5 +112,5 @@ func newFilesWriter() Logger {
}
func init() {
Register("multifile", newFilesWriter)
Register(AdapterMultiFile, newFilesWriter)
}