This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0152e42ed39b770ade8af72caabe53e7a003b9d2
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 19 09:44:09 2021 +0200

    Polish and cleanup documentation
---
 .../camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
index 7fde239..93ad28d 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
@@ -161,12 +161,6 @@ You can specify a marker name in the DSL
 </route>
 ----
 
-== Using log DSL in OSGi
-
-When using log DSL inside OSGi (e.g., in Karaf), the underlying logging 
mechanisms are provided by PAX logging. It searches for a bundle which invokes 
org.slf4j.LoggerFactory.getLogger() method and associates the bundle with the 
logger instance. Passing only logger name to log DSL results in associating 
camel-core bundle with the logger instance created.
-
-In some scenarios it is required that the bundle associated with logger should 
be the bundle which contains route definition. This is possible using provided 
logger instance both for Java DSL and Spring DSL (see the examples above).
-
 == Masking sensitive information like password
 
 You can enable security masking for logging by setting `logMask` flag to 
`true`.

Reply via email to