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 5f31a6f8037 regen
5f31a6f8037 is described below
commit 5f31a6f803784c8c905d90901b9fba603cdc833b
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 2 16:48:51 2022 +0200
regen
---
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 969bca2d326..fb8b685806a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
@@ -82,7 +82,7 @@ If you want quickly to have logging to console, you can use
the built-in logging
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
- <logLevel>INFO</logLevel>
+ <loggingLevel>INFO</loggingLevel>
</configuration>
</plugin>
----