Change max log size
This commit is contained in:
parent
2784937ad1
commit
89c798daa8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user