This is an automated email from the ASF dual-hosted git repository.
orpiske 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 4e5bda62ae3 INFRA-25195: increase the debug level for the Cassandra
tests
4e5bda62ae3 is described below
commit 4e5bda62ae31e868ff0ba86581d793f476466b6d
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Nov 20 11:55:28 2023 +0100
INFRA-25195: increase the debug level for the Cassandra tests
---
components/camel-cassandraql/src/test/resources/log4j2.properties | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/components/camel-cassandraql/src/test/resources/log4j2.properties
b/components/camel-cassandraql/src/test/resources/log4j2.properties
index 197bbfd692a..b7b4ce13232 100644
--- a/components/camel-cassandraql/src/test/resources/log4j2.properties
+++ b/components/camel-cassandraql/src/test/resources/log4j2.properties
@@ -24,5 +24,13 @@ appender.stdout.type = Console
appender.stdout.name = stdout
appender.stdout.layout.type = PatternLayout
appender.stdout.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
+
+
rootLogger.level = INFO
rootLogger.appenderRef.file.ref = file
+
+logger.camel-cassandra.name=org.apache.camel.component.cassandra
+logger.camel-cassandra.level=DEBUG
+
+logger.camel-cassandra-ti.name=org.apache.camel.test.infra.cassandra
+logger.camel-cassandra-ti.level=DEBUG
\ No newline at end of file