diff --git a/glog.go b/glog.go index ae10b44..14a7183 100644 --- a/glog.go +++ b/glog.go @@ -216,3 +216,5 @@ var Dummy = &LoggerFunc{ WarnfFunc: func(format string, args ...interface{}) {}, ErrorfFunc: func(format string, args ...interface{}) {}, } + +var MaxSize uint64 = 1024 * 1024 * 1800