Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: logext STDERR use warn instead of error #2791

Merged
merged 1 commit into from Dec 29, 2021
Merged

fix: logext STDERR use warn instead of error #2791

merged 1 commit into from Dec 29, 2021

Conversation

caarlos0
Copy link
Member

its common for CLIs to log to STDERR, showing those as errors seems a bit too much, changing them to warn for now. We can then evaluate and maybe change all to info if needed

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 27, 2021
@codecov
Copy link

codecov bot commented Dec 27, 2021

Codecov Report

Merging #2791 (0868501) into main (3a04e75) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2791   +/-   ##
=======================================
  Coverage   84.95%   84.95%           
=======================================
  Files         106      106           
  Lines        8241     8241           
=======================================
  Hits         7001     7001           
  Misses       1010     1010           
  Partials      230      230           
Impacted Files Coverage Δ
internal/logext/writer.go 97.05% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a04e75...0868501. Read the comment docs.

@caarlos0 caarlos0 merged commit 89ece55 into main Dec 29, 2021
@caarlos0 caarlos0 deleted the logexit branch December 29, 2021 19:12
@github-actions github-actions bot added this to the v1.3.0 milestone Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant