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 @@
<name>org.apache.activemq.default.directory.prefix</name>
<value>target/</value>
</property>
+ <property>
+ <name>javax.net.debug</name>
+ <value>all/</value>
+ </property>
<!-- Uncomment the following if you want to configure custom
logging (using src/test/resources/log4j.properties)
while running mvn:test
Note: if you want to see log messages on the console window
remove