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

Print errors stopping the execution to the stderr #1690

Closed
wants to merge 1 commit into from

Conversation

mstoykov
Copy link
Collaborator

This was broken after the adding of the loki logger output and should be
better fixed, but a better fix will required either rewrite of the cmd
package or more global variables, so this is preferable for now.

This was broken after the adding of the loki logger output and should be
better fixed, but a better fix will required either rewrite of the cmd
package or more global variables, so this is preferable for now.
@mstoykov mstoykov added this to the v0.29.0 milestone Oct 27, 2020
@mstoykov mstoykov requested review from na-- and imiric October 27, 2020 16:08
@codecov-io
Copy link

codecov-io commented Oct 27, 2020

Codecov Report

Merging #1690 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1690      +/-   ##
==========================================
- Coverage   72.26%   72.23%   -0.03%     
==========================================
  Files         175      175              
  Lines       13443    13447       +4     
==========================================
  Hits         9714     9714              
- Misses       3121     3125       +4     
  Partials      608      608              
Flag Coverage Δ
#ubuntu 72.22% <0.00%> (-0.01%) ⬇️
#windows 70.74% <0.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/root.go 22.47% <0.00%> (-1.06%) ⬇️

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 0c0ea77...d88f82d. Read the comment docs.

cmd/root.go Show resolved Hide resolved
@mstoykov
Copy link
Collaborator Author

Get superseded by #1694

@mstoykov mstoykov closed this Oct 30, 2020
@mstoykov mstoykov deleted the printGeneralErrorsFromTheExecutionOnStderr branch January 8, 2021 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants