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:
Alexej Timonin 2023-06-25 18:24:11 +02:00
parent f73e3bb195
commit ab87b4ced9
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$?"
}