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: improve deprecate logs #2841

Merged
merged 1 commit into from Feb 2, 2022
Merged

fix: improve deprecate logs #2841

merged 1 commit into from Feb 2, 2022

Conversation

caarlos0
Copy link
Member

this should prevent concurrent logs from getting the wrong padding, as we wont be messing with the global logger padding anymore

brain dump: maybe worth copying what we actually use from that log library and tune it so we can avoid these kinds of hacks?

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 22, 2022
@codecov
Copy link

codecov bot commented Jan 22, 2022

Codecov Report

Merging #2841 (69dee67) into main (acddce5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2841   +/-   ##
=======================================
  Coverage   84.42%   84.43%           
=======================================
  Files         111      111           
  Lines        8783     8788    +5     
=======================================
+ Hits         7415     7420    +5     
  Misses       1101     1101           
  Partials      267      267           
Impacted Files Coverage Δ
internal/deprecate/deprecate.go 93.75% <100.00%> (+1.15%) ⬆️

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 acddce5...69dee67. Read the comment docs.

@caarlos0 caarlos0 merged commit 8db78f6 into main Feb 2, 2022
@caarlos0 caarlos0 deleted the deprecate branch February 2, 2022 18:31
@github-actions github-actions bot added this to the v1.5.0 milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant