Skip to content

Add thread name to log capture#1790

Merged
trask merged 3 commits into
mainfrom
trask/add-thread-name-to-log-capture
Jul 7, 2021
Merged

Add thread name to log capture#1790
trask merged 3 commits into
mainfrom
trask/add-thread-name-to-log-capture

Conversation

@trask

@trask trask commented Jul 3, 2021

Copy link
Copy Markdown
Member

Resolves #1699

TelemetryUtil.getProperties(data).put("LoggerName", loggerName);
}
if (threadName != null) {
TelemetryUtil.getProperties(data).put("ThreadName", loggerName);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should be threadName

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

😱 👍

@trask trask merged commit 48b7ace into main Jul 7, 2021
@trask trask deleted the trask/add-thread-name-to-log-capture branch July 7, 2021 01:10
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.

Capture thread name for instrumented logs.

2 participants