Set max log level to info for miniglog

This commit is contained in:
John Zhao 2018-09-04 17:31:21 +08:00
parent 89c798daa8
commit ca605d6114

View File

@ -74,6 +74,8 @@ struct glog_init {
} }
}; };
#define MAX_LOG_LEVEL google::INFO
#include "mynteye/miniglog.h" #include "mynteye/miniglog.h"
#endif #endif