This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 1b0ea1a2eec094cddd1c2c9bda6d61f56e8c2a1b Author: Benoit Tellier <[email protected]> AuthorDate: Fri Jun 25 14:08:32 2021 +0700 JAMES-3261 JPA-SMTP app: remove cassandra logger in logback declarations --- server/apps/jpa-smtp-app/sample-configuration/logback.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/server/apps/jpa-smtp-app/sample-configuration/logback.xml b/server/apps/jpa-smtp-app/sample-configuration/logback.xml index e0182f2..aedabb3 100644 --- a/server/apps/jpa-smtp-app/sample-configuration/logback.xml +++ b/server/apps/jpa-smtp-app/sample-configuration/logback.xml @@ -36,6 +36,5 @@ </root> <logger name="org.apache.james" level="INFO" /> - <logger name="com.datastax.driver.core.QueryLogger.SLOW" level="DEBUG" /> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
