mirror of https://github.com/apache/activemq.git
AMQ-4747: Fixed so AMQ dont log WARNs to system out on startup. Disbled the insight module as it need a new release with a fix.
This commit is contained in:
parent
bdbe3d2d08
commit
a24560c607
|
@ -30,10 +30,11 @@
|
|||
</bean>
|
||||
|
||||
<!-- Allows log searching in hawtio console -->
|
||||
<!-- Disabled until new release of insight to fix AMQ-4747
|
||||
<bean id="logQuery" class="org.fusesource.insight.log.log4j.Log4jLogQuery"
|
||||
lazy-init="false" scope="singleton"
|
||||
init-method="start" destroy-method="stop">
|
||||
</bean>
|
||||
</bean> -->
|
||||
|
||||
<!--
|
||||
The <broker> element is used to configure the ActiveMQ broker.
|
||||
|
|
Loading…
Reference in New Issue