Fix log bug
This commit is contained in:
parent
67bd2daa02
commit
91e6db1bae
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
NewLogger(10000, "console", `{"level": 0}`)
|
||||
NewLogger(0, "console", `{"level": 0}`)
|
||||
}
|
||||
|
||||
func NewLogger(bufLen int64, mode, config string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue