-
Notifications
You must be signed in to change notification settings - Fork 594
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
MdcLoggingDirectives (withMdcLogging, withMdcEntry, withMdcEntries, extractMarkerLog) #3974
Open
alexklibisz
wants to merge
10
commits into
akka:main
Choose a base branch
from
alexklibisz:mdc-logging-directives
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 65eb272 - Browse repository at this point
Copy the full SHA 65eb272View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 629938f - Browse repository at this point
Copy the full SHA 629938fView commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f6c4e0 - Browse repository at this point
Copy the full SHA 6f6c4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d434e00 - Browse repository at this point
Copy the full SHA d434e00View commit details
Commits on May 14, 2022
-
Every directive call creates a new adapter to avoid race conditions
- All MDC directives create a new MarkerLoggingAdapter to avoid race conditions. - Combined withMdcLogging and extractMarkerLog into a single directive withMarkerLoggingAdapter. - Updated tests to account for the expectation that ever call to a directive creates a new logging adapter. - Added a test using the EventFilter to verify that the entries are actually being attached.
Configuration menu - View commit details
-
Copy full SHA for 776f4ef - Browse repository at this point
Copy the full SHA 776f4efView commit details
Commits on Dec 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c652021 - Browse repository at this point
Copy the full SHA c652021View commit details -
Add a case for converting an instance of BusLogging to DiagnosticMark…
…erBusLoggingAdapter - Based on suggestion here: https://github.com/akka/akka-http/pull/3974/files/776f4ef37bec392a9afa96ccd10a9b1d64660c9b#r875025973 - This is not yet adequately tested. - Had to slightly tweak a test because behavior of EventFilter seems to have changed.
Configuration menu - View commit details
-
Copy full SHA for d0ac46e - Browse repository at this point
Copy the full SHA d0ac46eView commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efb56e0 - Browse repository at this point
Copy the full SHA efb56e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f0da6 - Browse repository at this point
Copy the full SHA e2f0da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c6540 - Browse repository at this point
Copy the full SHA 17c6540View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.