-
Notifications
You must be signed in to change notification settings - Fork 809
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
Rename Diag/LoggerOptions to DiagLoggerOptions #3641
Rename Diag/LoggerOptions to DiagLoggerOptions #3641
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3641 +/- ##
==========================================
+ Coverage 93.52% 93.72% +0.19%
==========================================
Files 271 274 +3
Lines 7496 8058 +562
Branches 1521 1670 +149
==========================================
+ Hits 7011 7552 +541
- Misses 485 506 +21
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this. 🙂
Should be safe to change, looks like this type is indeed not exported. 🙂
@Flarna, @pichlermarc thanks for approval. How can I get this PR merged? |
We usually keep it open for some time (1-2 days from opening the PR) so everyone can have a look, then we'll merge it if approved. No actions are necessary except for the occasional branch update. 🙂 |
There's been enough reviews I think to merge this without waiting |
One question is why is the type not exposed? It looks like in the diag API the type isn't used where it should be in |
Which problem is this PR solving?
Conflicting type name
LoggerOptions
in API and experimental logs APIFixes #3640
Short description of the changes
Renaming
LoggerOptions
toDiagLoggerOptions
Type of change
How Has This Been Tested?
N/A
Checklist: