This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 44febab Changed SLF4J main name casing and fixed typo 44febab is described below commit 44febab288defa7684d6bcf98aaa00baebe6e350 Author: Milan Petrović <milan.petro...@inforter.com> AuthorDate: Fri Apr 23 12:30:16 2021 +0200 Changed SLF4J main name casing and fixed typo --- components/camel-log/src/main/docs/log-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-log/src/main/docs/log-component.adoc b/components/camel-log/src/main/docs/log-component.adoc index f8f352f..17d0a71 100644 --- a/components/camel-log/src/main/docs/log-component.adoc +++ b/components/camel-log/src/main/docs/log-component.adoc @@ -16,7 +16,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/log.adoc[o The Log component logs message exchanges to the underlying logging mechanism. -Camel uses http://www.slf4j.org/[slf4j] which allows you to configure +Camel uses http://www.slf4j.org/[SLF4J] which allows you to configure logging via, among others: * Log4j @@ -339,7 +339,7 @@ When using Log component 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. Without specifying -custom `org.sfl4j.Logger` instance, the logger created by Log component +custom `org.slf4j.Logger` instance, the logger created by Log component is associated with `camel-core` bundle. In some scenarios it is required that the bundle associated with logger