Set the log file size to 8MB

pull/7/head
Martin Boehm 2018-05-17 12:31:45 +02:00
parent f5a8bed629
commit 699f6f8fc0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ var (
) )
func init() { func init() {
glog.MaxSize = 1024 * 1024 glog.MaxSize = 1024 * 1024 * 8
glog.CopyStandardLogTo("INFO") glog.CopyStandardLogTo("INFO")
} }