This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new 7437d47 [SHIRO-775] Excessive logging in jetty ContainerITs
new e36ffa8 Merge pull request #233 from fpapon/SHIRO-775
7437d47 is described below
commit 7437d476a44641faf57975a22a9a02d06816fc45
Author: Francois Papon <[email protected]>
AuthorDate: Sun May 10 22:22:57 2020 +0200
[SHIRO-775] Excessive logging in jetty ContainerITs
---
samples/guice/src/main/resources/log4j.properties | 3 +++
samples/spring-hibernate/src/main/resources/log4j.properties | 3 +++
samples/spring/src/main/resources/log4j.properties | 3 +++
3 files changed, 9 insertions(+)
diff --git a/samples/guice/src/main/resources/log4j.properties
b/samples/guice/src/main/resources/log4j.properties
index b879502..b489f3c 100644
--- a/samples/guice/src/main/resources/log4j.properties
+++ b/samples/guice/src/main/resources/log4j.properties
@@ -35,6 +35,9 @@ log4j.logger.org.apache=WARN
# Quartz Enterprise Scheular (java 'cron' utility)
log4j.logger.org.quartz=WARN
+# Jetty
+log4j.logger.org.eclipse.jetty=ERROR
+
# =============================================================================
# Apache Shiro
# =============================================================================
diff --git a/samples/spring-hibernate/src/main/resources/log4j.properties
b/samples/spring-hibernate/src/main/resources/log4j.properties
index aca9768..b209166 100644
--- a/samples/spring-hibernate/src/main/resources/log4j.properties
+++ b/samples/spring-hibernate/src/main/resources/log4j.properties
@@ -31,6 +31,9 @@ log4j.logger.org.springframework=WARN
# Hibernate
log4j.logger.org.hibernate=WARN
+# Jetty
+log4j.logger.org.eclipse.jetty=ERROR
+
# Default Shiro logging
log4j.logger.org.apache.shiro=INFO
diff --git a/samples/spring/src/main/resources/log4j.properties
b/samples/spring/src/main/resources/log4j.properties
index 8e2719e..6b60ccb 100644
--- a/samples/spring/src/main/resources/log4j.properties
+++ b/samples/spring/src/main/resources/log4j.properties
@@ -28,6 +28,9 @@ log4j.logger.org.apache=WARN
# Spring
log4j.logger.org.springframework=WARN
+# Jetty
+log4j.logger.org.eclipse.jetty=ERROR
+
# Default Shiro logging
log4j.logger.org.apache.shiro=INFO