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

Apparent Log Macro Bug Fix #2265

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

jaelrod
Copy link
Contributor

@jaelrod jaelrod commented Aug 15, 2023

Changes

Correctly defines empty OTEL_INTERNAL_LOG_WARN macro instead of re-defining empty OTEL_INTERNAL_LOG_ERROR.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@jaelrod jaelrod requested a review from a team August 15, 2023 14:16
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #2265 (022d0c4) into main (0d1326a) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2265   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files         199      199           
  Lines        5981     5981           
=======================================
  Hits         5235     5235           
  Misses        746      746           
Files Changed Coverage Δ
...lude/opentelemetry/sdk/common/global_log_handler.h 72.23% <ø> (ø)

Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

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

Thanks for the fix.

Copy link
Member

@owent owent left a comment

Choose a reason for hiding this comment

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

LGTM and thanks.

@lalitb lalitb added the issue:blocked Fix blocked, waiting for other fixes as prerequisites label Aug 16, 2023
@lalitb
Copy link
Member

lalitb commented Aug 16, 2023

blocked on #2266

@lalitb
Copy link
Member

lalitb commented Aug 16, 2023

Force merging this, as the CI failure is not related to the bug fix. Looking into the CI failure separately in #2266.

@lalitb lalitb merged commit c0092c4 into open-telemetry:main Aug 16, 2023
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:blocked Fix blocked, waiting for other fixes as prerequisites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants