From e270e9934009d5e1ef412ac7b884d4a038b6f5ed Mon Sep 17 00:00:00 2001 From: John Zhao Date: Wed, 1 Aug 2018 15:11:47 +0800 Subject: [PATCH] Update glog flags --- include/mynteye/glog_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mynteye/glog_init.h b/include/mynteye/glog_init.h index 4772e8b..e2ac989 100644 --- a/include/mynteye/glog_init.h +++ b/include/mynteye/glog_init.h @@ -36,7 +36,7 @@ struct glog_init { // Log suppression level: messages logged at a lower level than this // are suppressed. - FLAGS_minloglevel = google::INFO; + FLAGS_minloglevel = google::GLOG_INFO; // If specified, logfiles are written into this directory instead of the // default logging directory.