feat: Global logger functionality#3347
Open
Kile-Asmussen wants to merge 3 commits intoopen-telemetry:mainfrom
Open
feat: Global logger functionality#3347Kile-Asmussen wants to merge 3 commits intoopen-telemetry:mainfrom
Kile-Asmussen wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3347 +/- ##
=======================================
- Coverage 82.2% 81.7% -0.5%
=======================================
Files 128 129 +1
Lines 24510 24660 +150
=======================================
+ Hits 20154 20155 +1
- Misses 4356 4505 +149 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Author
|
So what can i do?
…On Mon, Feb 9, 2026, 3:09 PM Kashmira Qeel ***@***.***> wrote:
*Kile-Asmussen* left a comment (open-telemetry/opentelemetry-rust#3347)
<#3347 (comment)>
@cijothomas <https://github.com/cijothomas>
@mehrdadbn9 <https://github.com/mehrdadbn9>
—
Reply to this email directly, view it on GitHub
<#3347 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDCU25JAFP7W5TRR22UI6T4LBWWZAVCNFSM6AAAAACUO555NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQNZRGE4TIMZRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
|
@mehrdadbn9 You showed some interest in the conversation in #3346 so I thought I'd call your attention to this one ^^ |
|
I saw one commit got pushed if i can do anything pls let me know and assign
it to me tnx
[image: Petroleum University of Technology (PUT)]
*Mehrdad BIUKIAN | **M.Sc. Student*
Petroleum University of Technology (PUT) | Ahvaz Faculty of Petroleum
Mobile: (+98) 9014528241 <(+98)+9014528241>
Email: ***@***.***
Skype: mehrdadbiukian_1
[image: linkedin] <https://www.linkedin.com/in/mehrdad-biukian-naeini/>
…On Mon, Feb 9, 2026, 8:59 PM Kashmira Qeel ***@***.***> wrote:
*Kile-Asmussen* left a comment (open-telemetry/opentelemetry-rust#3347)
<#3347 (comment)>
@mehrdadbn9 <https://github.com/mehrdadbn9> You showed some interest in
the conversation in #3346
<#3346> so I
thought I'd call your attention to this one ^^
—
Reply to this email directly, view it on GitHub
<#3347 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDCU24GNDAHQ63I72ZBK7T4LC7YNAVCNFSM6AAAAACUO555NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQNZSHA2DAOBSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Member
|
See #3346 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #3346
GitHub has accidentally removed the ability to edit PR titles, and I forgot the "feat:" tag in the title. (EDIT: Thanks @utpilla)
Changes
Adds the
global::logsmodule containing:LoggerProvider,Logger, andLogRecordLoggerandLogRecord:BoxedLogger,BoxedLogRecordLoggerProvider:GlobalLoggerProviderAll of this functionality is analogous to the other global modules.
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial, user-facing changes