mirror of https://github.com/apache/activemq.git
On startup inform to inpsect log4j2.properties
When ActiveMQ is started the following is printed out:
"INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details"
No log4j.properties file exists, there is however, log4j2.properties.
(cherry picked from commit ab87b4ced9
)
This commit is contained in:
parent
076944e3fe
commit
022546089e
|
@ -546,7 +546,7 @@ invoke_start(){
|
|||
|
||||
ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS $ACTIVEMQ_SUNJMX_START $ACTIVEMQ_SSL_OPTS -Djava.awt.headless=true -Djava.io.tmpdir=\"${ACTIVEMQ_TMP}\""
|
||||
|
||||
echo "INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details"
|
||||
echo "INFO: Starting - inspect logfiles specified in logging.properties and log4j2.properties to get details"
|
||||
invokeJar "$ACTIVEMQ_PIDFILE" start
|
||||
exit "$?"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue