Skip to content

Commit

Permalink
Modify the description for log_year_in_prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
msamoila authored and Marius Samoila committed Dec 22, 2021
1 parent 64a599c commit 275cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GLOG_DEFINE_string(alsologtoemail, "",
GLOG_DEFINE_bool(log_prefix, true,
"Prepend the log prefix to the start of each log line");
GLOG_DEFINE_bool(log_year_in_prefix, true,
"The year should be included in the log prefix");
"Include the year in the log prefix");
GLOG_DEFINE_int32(minloglevel, 0, "Messages logged at a lower level than this don't "
"actually get logged anywhere");
GLOG_DEFINE_int32(logbuflevel, 0,
Expand Down

0 comments on commit 275cc62

Please sign in to comment.