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

log: provide registration for custom format encoder #146

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

WineChord
Copy link
Contributor

Fixes #145

RELEASE NOTES: NONE

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (edc1105) 85.77185% compared to head (7d703c6) 85.69037%.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main        #146         +/-   ##
===================================================
- Coverage   85.77185%   85.69037%   -0.08148%     
===================================================
  Files            189         189                 
  Lines          16130       16129          -1     
===================================================
- Hits           13835       13821         -14     
- Misses          1739        1748          +9     
- Partials         556         560          +4     
Flag Coverage Δ
unittests 85.69037% <100.00000%> (-0.08148%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@sandyskies sandyskies left a comment

Choose a reason for hiding this comment

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

LGTM

@sandyskies sandyskies merged commit fcf6d6a into trpc-group:main Dec 14, 2023
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to customize the log output format in "console" mode?
2 participants