mirror of https://github.com/apache/activemq.git
Also log SSL info.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1483952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dd1335b20
commit
1ee9848d9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue