Disable log to file

This commit is contained in:
John Zhao 2018-06-01 10:55:45 +08:00
parent 2fddba75e9
commit c5dd47708e

View File

@ -29,7 +29,7 @@ struct glog_init {
FLAGS_alsologtostderr = true; FLAGS_alsologtostderr = true;
FLAGS_colorlogtostderr = true; FLAGS_colorlogtostderr = true;
FLAGS_log_dir = "."; // FLAGS_log_dir = ".";
FLAGS_max_log_size = 1024; FLAGS_max_log_size = 1024;
FLAGS_stop_logging_if_full_disk = true; FLAGS_stop_logging_if_full_disk = true;