mirror of
https://github.com/astaxie/beego.git
synced 2025-07-06 06:40:18 +00:00
give each of the adapter a neme
This commit is contained in:
@ -282,5 +282,5 @@ func (w *fileLogWriter) Flush() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("file", newFileWriter)
|
||||
Register(AdapterFile, newFileWriter)
|
||||
}
|
||||
|
Reference in New Issue
Block a user