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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 9804699  CAMEL-17276: mvn camel:run - Can now log in color with its 
own built-in logging if enabled with logLevel setting.
9804699 is described below

commit 98046997e2685e4100d9f3e921f014e7160dc928
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 6 18:53:37 2021 +0100

    CAMEL-17276: mvn camel:run - Can now log in color with its own built-in 
logging if enabled with logLevel setting.
---
 examples/main-yaml/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/main-yaml/pom.xml b/examples/main-yaml/pom.xml
index c404895..0bc8d4f 100644
--- a/examples/main-yaml/pom.xml
+++ b/examples/main-yaml/pom.xml
@@ -101,7 +101,8 @@
                 <artifactId>camel-maven-plugin</artifactId>
                 <version>${camel.version}</version>
                 <configuration>
-                    <logClasspath>false</logClasspath>
+                    <!-- use built-in logging, instead of logback -->
+                    <logLevel>INFO</logLevel>
                     
<mainClass>org.apache.camel.example.MyApplication</mainClass>
                 </configuration>
             </plugin>

Reply via email to