mirror of https://github.com/apache/activemq.git
Allow to access server log
This commit is contained in:
parent
8188f7f884
commit
82fb18d0d1
|
@ -138,6 +138,7 @@
|
|||
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
|
||||
<include>org.ops4j.pax.url:pax-url-aether</include>
|
||||
<include>${pom.groupId}:activemq-web</include>
|
||||
<include>org.fusesource.hawtbuf:hawtbuf</include>
|
||||
<include>org.fusesource.insight:insight-log-core</include>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Allows accessing the server log -->
|
||||
<bean id="logQuery" class="org.fusesource.insight.log.log4j.Log4jLogQuery"
|
||||
lazy-init="false" scope="singleton"
|
||||
init-method="start" destroy-method="stop">
|
||||
</bean>
|
||||
|
||||
<!--
|
||||
The <broker> element is used to configure the ActiveMQ broker.
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue