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 739B5D088 for ; Fri, 17 May 2013 19:07:02 +0000 (UTC) Received: (qmail 6616 invoked by uid 500); 17 May 2013 19:07:02 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 6592 invoked by uid 500); 17 May 2013 19:07:02 -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 6583 invoked by uid 99); 17 May 2013 19:07:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 19:07:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 19:07:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2352E2388847; Fri, 17 May 2013 19:06:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1483952 - /activemq/trunk/activemq-mqtt/pom.xml Date: Fri, 17 May 2013 19:06:40 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130517190640.2352E2388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Fri May 17 19:06:39 2013 New Revision: 1483952 URL: http://svn.apache.org/r1483952 Log: Also log SSL info. Modified: activemq/trunk/activemq-mqtt/pom.xml Modified: activemq/trunk/activemq-mqtt/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-mqtt/pom.xml?rev=1483952&r1=1483951&r2=1483952&view=diff ============================================================================== --- activemq/trunk/activemq-mqtt/pom.xml (original) +++ activemq/trunk/activemq-mqtt/pom.xml Fri May 17 19:06:39 2013 @@ -207,6 +207,10 @@ org.apache.activemq.default.directory.prefix target/ + + javax.net.debug + all/ +