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

Replace 'Interface' usage with correct zerolog api #1069

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Replace 'Interface' usage with correct zerolog api #1069

merged 2 commits into from
Mar 16, 2022

Conversation

Emyrk
Copy link
Contributor

@Emyrk Emyrk commented Mar 16, 2022

Handle structures as documented in zerolog, similar to how zap does in it's test case.
I'm not sure which test is which on the README.md, so that will need to be updated.

Handle structures as documented in zerolog, similar to how
zap does in it's test case.
@CLAassistant
Copy link

CLAassistant commented Mar 16, 2022

CLA assistant check
All committers have signed the CLA.

@abhinav
Copy link
Collaborator

abhinav commented Mar 16, 2022

Hello, @Emyrk! Thanks for the change. Would you please sign the CLA?

@Emyrk
Copy link
Contributor Author

Emyrk commented Mar 16, 2022

@abhinav I believe I have signed it

benchmarks/zerolog_test.go Outdated Show resolved Hide resolved
benchmarks/zerolog_test.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #1069 (6aae3e6) into master (32a858e) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1069      +/-   ##
==========================================
- Coverage   98.29%   98.19%   -0.10%     
==========================================
  Files          48       48              
  Lines        2111     2111              
==========================================
- Hits         2075     2073       -2     
- Misses         28       29       +1     
- Partials        8        9       +1     
Impacted Files Coverage Δ
zapcore/sampler.go 96.22% <0.00%> (-3.78%) ⬇️

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 32a858e...6aae3e6. Read the comment docs.

Copy link
Contributor

@sywhang sywhang left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for the changes.

@abhinav abhinav merged commit 34cb012 into uber-go:master Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants