You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a get a custom log4j ContextDataProvider (see log4j doc to work but to no avail.
From the log4j doc, this mechanism relies on java.util.ServiceLoader to locate and load ContextDataProvider instances.
Is this a restriction of the Corretto VM in AWS Lambda for Java?
I tried a get a custom log4j
ContextDataProvider
(see log4j doc to work but to no avail.From the log4j doc, this mechanism relies on
java.util.ServiceLoader
to locate and loadContextDataProvider
instances.Is this a restriction of the Corretto VM in AWS Lambda for Java?
I tested this with https://github.com/dynatrace-oss/log4j-metadata-provider.
The text was updated successfully, but these errors were encountered: