From 89c798daa8a0205290c94b58be83dd6ce60b2b0c Mon Sep 17 00:00:00 2001 From: John Zhao Date: Tue, 4 Sep 2018 17:18:35 +0800 Subject: [PATCH] Change max log size --- include/mynteye/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mynteye/logger.h b/include/mynteye/logger.h index 0b403bc..0168ce0 100644 --- a/include/mynteye/logger.h +++ b/include/mynteye/logger.h @@ -45,7 +45,7 @@ struct glog_init { FLAGS_log_dir = "."; // 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. FLAGS_stop_logging_if_full_disk = true;