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/console.go
generated
vendored
2
vendor/github.com/astaxie/beego/logs/console.go
generated
vendored
@@ -97,5 +97,5 @@ func (c *consoleWriter) Flush() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("console", NewConsole)
|
||||
Register(AdapterConsole, NewConsole)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user