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 910189c  Regen for commit 44febab288defa7684d6bcf98aaa00baebe6e350
910189c is described below

commit 910189cdac5a9cf9a8d13b7254a689f953151b30
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Fri Apr 23 11:19:01 2021 +0000

    Regen for commit 44febab288defa7684d6bcf98aaa00baebe6e350
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../resources/org/apache/camel/catalog/docs/log-component.adoc        | 4 ++--
 docs/components/modules/ROOT/pages/log-component.adoc                 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-component.adoc
index f8f352f..17d0a71 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/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
diff --git a/docs/components/modules/ROOT/pages/log-component.adoc 
b/docs/components/modules/ROOT/pages/log-component.adoc
index 3d33672..ca39ba0 100644
--- a/docs/components/modules/ROOT/pages/log-component.adoc
+++ b/docs/components/modules/ROOT/pages/log-component.adoc
@@ -18,7 +18,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
@@ -341,7 +341,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

Reply via email to