google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.99k stars 2.05k forks source link

fix: allow setting `stderrthreshold` using `GLOG_stderrthreshold` #1034

Closed sergiud closed 8 months ago

sergiud commented 8 months ago

Fixes #558

codecov-commenter commented 8 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8fbad2c) 59.21% compared to head (2501f99) 59.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1034 +/- ## ========================================== - Coverage 59.21% 59.18% -0.03% ========================================== Files 19 19 Lines 2540 2541 +1 Branches 907 908 +1 ========================================== Hits 1504 1504 Misses 693 693 - Partials 343 344 +1 ``` | [Files](https://app.codecov.io/gh/google/glog/pull/1034?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google) | Coverage Δ | | |---|---|---| | [src/flags.cc](https://app.codecov.io/gh/google/glog/pull/1034?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL2ZsYWdzLmNj) | `26.82% <0.00%> (-0.68%)` | :arrow_down: |