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

Lnk 2116 logging improvements #744

Merged
merged 8 commits into from
May 4, 2024
Merged

Conversation

edward-miller-lcg
Copy link
Contributor

No description provided.

Copy link
Contributor

@seanmcilvenna seanmcilvenna left a comment

Choose a reason for hiding this comment

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

Generally looks good. Would like to know if the reportId gets populated into logging_event_property table (or whatever it's called)... Ultimately would like to be able to perform the following select, if at all possible:
SELECT * FROM logging_event e JOIN logging_event_property p ... WHERE p.name = 'reportId' and p.value = '12345'

MDC values are available in the `logging_event_property` table, so
there's no need to explicitly inject them into the formatted message.
Additionally, make this information available via the console and file
appenders.
@smailliwcs smailliwcs merged commit c61ad0f into development May 4, 2024
2 of 3 checks passed
@smailliwcs smailliwcs deleted the LNK-2116-logging-improvements branch May 4, 2024 20:00
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

3 participants