mirror of
https://github.com/astaxie/beego.git
synced 2025-07-17 18:52:16 +00:00
make example runable
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
Then init a Log (example with console adapter)
|
||||
|
||||
```golang
|
||||
log := NewLogger(10000)
|
||||
log := logs.NewLogger(10000)
|
||||
log.SetLogger("console", "")
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user