Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE01817AB9 for ; Tue, 24 Mar 2015 15:52:48 +0000 (UTC) Received: (qmail 75679 invoked by uid 500); 24 Mar 2015 15:52:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 75549 invoked by uid 500); 24 Mar 2015 15:52:48 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 74365 invoked by uid 99); 24 Mar 2015 15:52:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 15:52:47 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B7C3EAC070E for ; Tue, 24 Mar 2015 15:52:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r944911 [17/41] - in /websites/production/activemq/content: ./ cache/ nms/ Date: Tue, 24 Mar 2015 15:52:43 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150324155247.B7C3EAC070E@hades.apache.org> Modified: websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.html ============================================================================== --- websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.html (original) +++ websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.html Tue Mar 24 15:52:41 2015 @@ -89,7 +89,7 @@ - + Modified: websites/production/activemq/content/how-do-i-add-my-own-plugins.html ============================================================================== --- websites/production/activemq/content/how-do-i-add-my-own-plugins.html (original) +++ websites/production/activemq/content/how-do-i-add-my-own-plugins.html Tue Mar 24 15:52:41 2015 @@ -88,7 +88,7 @@ - + Modified: websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.html ============================================================================== --- websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.html (original) +++ websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.html Tue Mar 24 15:52:41 2015 @@ -110,7 +110,7 @@ maven -o server - + Modified: websites/production/activemq/content/how-do-i-build-but-disable-the-unit-tests.html ============================================================================== --- websites/production/activemq/content/how-do-i-build-but-disable-the-unit-tests.html (original) +++ websites/production/activemq/content/how-do-i-build-but-disable-the-unit-tests.html Tue Mar 24 15:52:41 2015 @@ -107,7 +107,7 @@ mvn install -Dmaven.test.skip=true - + Modified: websites/production/activemq/content/how-do-i-change-the-logging.html ============================================================================== --- websites/production/activemq/content/how-do-i-change-the-logging.html (original) +++ websites/production/activemq/content/how-do-i-change-the-logging.html Tue Mar 24 15:52:41 2015 @@ -83,7 +83,7 @@

How do I change the logging

-

We use slf4j to log information in the broker client and the broker itself so you can fully configure which logging levels are used and whether to log to files or the console etc. For more information see the log4j manual..

+

We use slf4j to log information in the broker client and the broker itself so you can fully configure which logging levels are used and whether to log to files or the console etc. For more information see the log4j manual..

You can disable the ActiveMQ logging by editing the conf/log4j.properties file to disable all INFO level logging for activemq by adding this line

@@ -236,7 +236,7 @@ DEBUG InactivityMonitor - 2
- +