vy commented on code in PR #3534:
URL: https://github.com/apache/logging-log4j2/pull/3534#discussion_r1995441923


##########
src/site/antora/modules/ROOT/pages/manual/thread-context.adoc:
##########
@@ -159,7 +159,20 @@ You can provide a custom `ContextDataProvider` 
implementation as follows:
 ----
 META-INF/services/org.apache.logging.log4j.core.util.ContextDataProvider
 ----
-. Write the fully-qualified class name of your custom implementation (e.g., 
`com.mycompany.CustomContextDataProvider`) to the file created in the previous 
step
+. Write the fully-qualified class name of your custom implementation (e.g., 
`com.mycompany.CustomContextDataProvider`) to the file created in the previous 
step.
+
+==== Third-party custom thread context data providers
+
+[IMPORTANT]
+====
+These context data providers are supplied by **third-party** vendors and are 
not maintained by the Apache Software Foundation.

Review Comment:
   ```suggestion
   These lookups are provided by **third-party** vendors and are not maintained 
by the link:{logging-services-url}[Apache Logging Services] (Log4j, Log4cxx, 
Log4net) project.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to