Skip to content

Commit

Permalink
On startup inform to inpsect log4j2.properties
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AlexejTimonin committed Jun 25, 2023
1 parent f73e3bb commit ab87b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/src/release/bin/activemq
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$?"
}
Expand Down

0 comments on commit ab87b4c

Please sign in to comment.