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


The following commit(s) were added to refs/heads/main by this push:
     new 6c9727d  Regen for commit 40e4eb4bb4065d7171269dc1651dcb94accd4fd5 
(#6883)
6c9727d is described below

commit 6c9727d2fbecd454ff44b2e0006400fdbfc08601
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 3 15:20:06 2022 +0100

    Regen for commit 40e4eb4bb4065d7171269dc1651dcb94accd4fd5 (#6883)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
index 240f911..3dba4ec 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
@@ -33,7 +33,7 @@ The maven plugin *run* goal supports the following options 
which can be configur
 | durationIdle | -1 | Sets the idle time duration (seconds) duration that the 
application can be idle before terminating. A value <= 0 will run forever.
 | durationMaxMessages | -1 | Sets the duration of maximum number of messages 
that the application will process before terminating.
 | logClasspath | false | Whether to log the classpath when starting
-| logLevel | OFF | Whether to use built-in console logging (uses log4j), which 
does not require to add any logging dependency to your project. However, the 
logging is fixed to log to the console, with a color style that is similar to 
Spring Boot. You can change the root logging level to: FATAL, ERROR, WARN, 
INFO, DEBUG, TRACE, OFF
+| loggingLevel | OFF | Whether to use built-in console logging (uses log4j), 
which does not require to add any logging dependency to your project. However, 
the logging is fixed to log to the console, with a color style that is similar 
to Spring Boot. You can change the root logging level to: FATAL, ERROR, WARN, 
INFO, DEBUG, TRACE, OFF
 |===
 
 

Reply via email to