Change max log size

This commit is contained in:
John Zhao 2018-09-04 17:18:35 +08:00
parent 2784937ad1
commit 89c798daa8

View File

@ -45,7 +45,7 @@ struct glog_init {
FLAGS_log_dir = "."; FLAGS_log_dir = ".";
// Sets the maximum log file size (in MB). // Sets the maximum log file size (in MB).
FLAGS_max_log_size = 1024; FLAGS_max_log_size = 8;
// Sets whether to avoid logging to the disk if the disk is full. // Sets whether to avoid logging to the disk if the disk is full.
FLAGS_stop_logging_if_full_disk = true; FLAGS_stop_logging_if_full_disk = true;