...
- Every new thread incorporates MDC logContextID from its calling parent. If none is available, a new logContext will be generated
- All system threads will use a systemLogContext to be created on start-up
- For async jobs, save the context information when job info is serialized and retrieve when the job returns. Pass the logContextID to async job
Image Added
API changes
All APIs, sync or async, to return logid when invoked
...