Merge pull request #6 from vipally/master

modify max log lines to 100k
This commit is contained in:
Ally Dale
2019-07-26 15:51:34 +08:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ import (
) )
const ( const (
maxLinesInLog = 5000 //一个日志文件最多只写这么多行 maxLinesInLog = 100000 //一个日志文件最多只写这么多行
) )
//等级从低到高 //等级从低到高