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

Switch success line to glog #49

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Switch success line to glog #49

merged 2 commits into from
Jan 9, 2024

Conversation

mjh1
Copy link
Contributor

@mjh1 mjh1 commented Jan 5, 2024

Also bump go-tools (reduced logging) and set logtostderr, glog.Info lines didn't show otherwise

Also bump go-tools (reduced logging) and set logtostderr, glog.Info lines didn't show otherwise
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

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

Comparison is base (4569d5c) 16.66667% compared to head (458a9ab) 16.26506%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main         #49         +/-   ##
===================================================
- Coverage   16.66667%   16.26506%   -0.40161%     
===================================================
  Files              2           2                 
  Lines            162         166          +4     
===================================================
  Hits              27          27                 
- Misses           126         130          +4     
  Partials           9           9                 
Files Coverage Δ
catalyst-uploader.go 0.00000% <0.00000%> (ø)

Continue to review full report in Codecov by Sentry.

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

Files Coverage Δ
catalyst-uploader.go 0.00000% <0.00000%> (ø)

err := flag.Set("logtostderr", "true")
if err != nil {
glog.Fatal(err)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we need it

@mjh1 mjh1 merged commit 8043ee0 into main Jan 9, 2024
10 checks passed
@mjh1 mjh1 deleted the mh/glog branch January 9, 2024 10:18
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.

2 participants