We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8fb4b commit 2ec78bcCopy full SHA for 2ec78bc
src/cli/main.cc
@@ -107,6 +107,7 @@ static void InitGoogleLog(const Config *config) {
107
}
108
FLAGS_stderrthreshold = google::ERROR;
109
FLAGS_logtostdout = true;
110
+ std::setbuf(stdout, nullptr);
111
} else {
112
FLAGS_log_dir = config->log_dir + "/";
113
if (config->log_retention_days != -1) {
0 commit comments