We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fbb6d commit 721bcf4Copy full SHA for 721bcf4
src/flags.cc
@@ -152,9 +152,9 @@ GLOG_DEFINE_string(
152
"of the default logging directory.");
153
154
GLOG_DEFINE_wstring(
155
- log_wdir, L"",
+ log_wdir, DefaultLogDir<wchar_t>(),
156
L"If specified, logfiles are written into this directory instead "
157
- L"of the default logging directory.");
+ "of the default logging directory.");
158
159
GLOG_DEFINE_string(log_link, "",
160
"Put additional links to the log "
0 commit comments