ARTEMIS-1144 Changing jetty logger to warn only

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b94a09fe
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b94a09fe
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b94a09fe

Branch: refs/heads/master
Commit: b94a09feb6cb61b5f63f2489997c899ddcc16739
Parents: b1e4204
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Fri May 5 09:45:46 2017 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Fri May 5 09:46:27 2017 -0400

----------------------------------------------------------------------
 .../apache/activemq/artemis/cli/commands/etc/logging.properties   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b94a09fe/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
----------------------------------------------------------------------
diff --git 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
index bb824e9..ed2f556 100644
--- 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
+++ 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
@@ -17,7 +17,7 @@
 
 # Additional logger names to configure (root logger is always configured)
 # Root logger option
-loggers=org.jboss.logging,org.apache.activemq.artemis.core.server,org.apache.activemq.artemis.utils,org.apache.activemq.artemis.journal,org.apache.activemq.artemis.jms.server,org.apache.activemq.artemis.integration.bootstrap
+loggers=org.eclipse.jetty,org.jboss.logging,org.apache.activemq.artemis.core.server,org.apache.activemq.artemis.utils,org.apache.activemq.artemis.journal,org.apache.activemq.artemis.jms.server,org.apache.activemq.artemis.integration.bootstrap
 
 # Root logger level
 logger.level=INFO
@@ -27,6 +27,7 @@ logger.org.apache.activemq.artemis.journal.level=INFO
 logger.org.apache.activemq.artemis.utils.level=INFO
 logger.org.apache.activemq.artemis.jms.level=INFO
 logger.org.apache.activemq.artemis.integration.bootstrap.level=INFO
+logger.org.eclipse.jetty.level=WARN
 # Root logger handlers
 logger.handlers=FILE,CONSOLE
 

Reply via email to