mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 06:20:54 +00:00
make example runable
This commit is contained in:
parent
0f73050567
commit
1fd7fa5df7
@ -25,7 +25,7 @@ import (
|
||||
Then init a Log (example with console adapter)
|
||||
|
||||
```golang
|
||||
log := NewLogger(10000)
|
||||
log := logs.NewLogger(10000)
|
||||
log.SetLogger("console", "")
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user