Skip to content

Commit

Permalink
Fix logging flags documentation to refer to LogSinks instead of log…
Browse files Browse the repository at this point in the history
…files

PiperOrigin-RevId: 568603611
Change-Id: I7a31e0d6336a7235a8dc6eeed5680625cb3b4298
  • Loading branch information
derekmauro authored and copybara-github committed Sep 26, 2023
1 parent e3114cc commit 2fa24cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/log/internal/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

// 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.
ABSL_DECLARE_FLAG(int, stderrthreshold);

Expand Down

0 comments on commit 2fa24cc

Please sign in to comment.