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 bd1b5857630 Regen for commit 6685b9632f833a341fec99e7f8a5d78b59067e38
(#7712)
bd1b5857630 is described below
commit bd1b5857630cff299b9f318848def6a892f7329d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 2 16:48:11 2022 +0200
Regen for commit 6685b9632f833a341fec99e7f8a5d78b59067e38 (#7712)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
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 fb8b685806a..969bca2d326 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>
- <loggingLevel>INFO</loggingLevel>
+ <logLevel>INFO</logLevel>
</configuration>
</plugin>
----