Set the log file size to 8MB
This commit is contained in:
parent
f5a8bed629
commit
699f6f8fc0
@ -82,7 +82,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
glog.MaxSize = 1024 * 1024
|
||||
glog.MaxSize = 1024 * 1024 * 8
|
||||
glog.CopyStandardLogTo("INFO")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user