aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/log/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log/log.go b/modules/log/log.go
index f0067548..65150237 100644
--- a/modules/log/log.go
+++ b/modules/log/log.go
@@ -15,7 +15,7 @@ var (
)
func init() {
- NewLogger(10000, "console", `{"level": 0}`)
+ NewLogger(0, "console", `{"level": 0}`)
}
func NewLogger(bufLen int64, mode, config string) {