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.

(cherry picked from commit ab87b4c)
  • Loading branch information
AlexejTimonin authored and jbonofre committed Jun 26, 2023
1 parent 076944e commit 0225460
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 0225460

Please sign in to comment.