Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concurrent-api: defer logging during CapturedContextProviders initial…
…ization Motivation: The MDC utilities depend on the AsyncContext for storing properties. This can create a cyclical dependency since we try to log the loaded providers as part of the initialization. Modifications: Submit the logging to a different thread so that it will happen 'later' after the class initialization is complete.
- Loading branch information