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

Minor log4j instrumentation updates #4938

Merged
merged 3 commits into from
Dec 20, 2021

Conversation

trask
Copy link
Member

@trask trask commented Dec 18, 2021

No description provided.

@@ -32,7 +32,6 @@
* <li>Thread id - {@link LogEvent#getThreadId()}
* <li>Thread priority - {@link LogEvent#getThreadPriority()}
* <li>Thread priority - {@link LogEvent#getThreadPriority()}
* <li>Thrown details (stack trace, class name) - {@link LogEvent#getThrown()}
Copy link
Member Author

Choose a reason for hiding this comment

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

removing from list because this is already captured below

Comment on lines 81 to +82
case TRACE:
return Severity.TRACE2;
return Severity.TRACE;
Copy link
Member Author

Choose a reason for hiding this comment

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

@jack-berg want to confirm this change with you

@trask
Copy link
Member Author

trask commented Dec 20, 2021

going ahead and merging b/c worried about conflicts with all my inflight logging PRs 😭, but please feel free to still review/comment on this PR and I will resolve in follow-up(s)

@trask trask merged commit a76c35e into open-telemetry:main Dec 20, 2021
@trask trask deleted the minor-log4j-updates branch December 20, 2021 03:32
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* Minor log4j instrumentation updates

* Remove duplicate line

* Use semantic attributes for exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants