Commit 2fa24cc4 by Derek Mauro Committed by Copybara-Service

Fix logging flags documentation to refer to `LogSink`s instead of logfiles

PiperOrigin-RevId: 568603611
Change-Id: I7a31e0d6336a7235a8dc6eeed5680625cb3b4298
parent e3114cc5
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// Log messages at this severity or above are sent to stderr in *addition* to // Log messages at this severity or above are sent to stderr in *addition* to
// logfiles. Defaults to `ERROR`. See log_severity.h for numeric values of // `LogSink`s. Defaults to `ERROR`. See log_severity.h for numeric values of
// severity levels. // severity levels.
ABSL_DECLARE_FLAG(int, stderrthreshold); ABSL_DECLARE_FLAG(int, stderrthreshold);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment