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

Implement the LoggerConfig and add the LoggerOptions #4937

Merged
merged 7 commits into from
Feb 18, 2024

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 16, 2024

Resolve #4911

@MrAlias MrAlias added area:logs Part of OpenTelemetry logs Skip Changelog PRs that do not require a CHANGELOG.md entry labels Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6e2bfb6) 82.4% compared to head (31c0c6b) 82.5%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4937   +/-   ##
=====================================
  Coverage   82.4%   82.5%           
=====================================
  Files        237     237           
  Lines      18974   18999   +25     
=====================================
+ Hits       15649   15678   +29     
+ Misses      3035    3031    -4     
  Partials     290     290           
Files Coverage Δ
log/logger.go 100.0% <100.0%> (+100.0%) ⬆️

Copy link
Member

@XSAM XSAM left a comment

Choose a reason for hiding this comment

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

LGTM

@MrAlias MrAlias merged commit e3e8879 into open-telemetry:main Feb 18, 2024
30 checks passed
@MrAlias MrAlias deleted the logger-conf branch February 18, 2024 16:13
@MrAlias MrAlias added this to the v1.24.0 milestone Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logs Part of OpenTelemetry logs Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement the Logger configuration
3 participants