aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-01 00:07:25 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-01 00:07:25 -0400
commit91e6db1baed35e2b473504cd2edabcc3f2bcba95 (patch)
tree05af6a9f6809dac003f926050f3e4ba076822b5b /modules
parent67bd2daa022fd2402d7aece4a7b54249fdb2f0f0 (diff)
downloadgitea-91e6db1baed35e2b473504cd2edabcc3f2bcba95.tar.gz
gitea-91e6db1baed35e2b473504cd2edabcc3f2bcba95.zip
Fix log bug
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 f00675481d..65150237d5 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) {