Skip to content

Commit 9223e03

Browse files
committed
[chore][client] Adjust glog minloglevel.
1 parent a49c371 commit 9223e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/vfs_wrapper/global_log.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ static int InitLog(const char* argv0, const std::string& conf_path) {
4040
dummy.Load(&conf, "v", "client.loglevel", &FLAGS_v);
4141
dingofs::common::FLAGS_vlog_level = FLAGS_v;
4242

43-
FLAGS_logbufsecs = 10;
44-
FLAGS_minloglevel = google::GLOG_ERROR;
43+
FLAGS_logbufsecs = 4;
44+
FLAGS_minloglevel = google::GLOG_INFO;
4545
FLAGS_logbuflevel = google::GLOG_INFO;
4646

4747
// initialize logging module

0 commit comments

Comments
 (0)