mirror of
https://github.com/fatedier/frp.git
synced 2026-03-25 01:39:33 +08:00
dep: fix a log file deleted bug caused by beego.logs
This commit is contained in:
2
vendor/github.com/astaxie/beego/logs/multifile.go
generated
vendored
2
vendor/github.com/astaxie/beego/logs/multifile.go
generated
vendored
@@ -112,5 +112,5 @@ func newFilesWriter() Logger {
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("multifile", newFilesWriter)
|
||||
Register(AdapterMultiFile, newFilesWriter)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user