mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
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.
This commit is contained in:
parent
f73e3bb195
commit
ab87b4ced9
@ -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…
x
Reference in New Issue
Block a user