This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 5d54325f1d On startup inform to inpsect log4j2.properties
5d54325f1d is described below
commit 5d54325f1dc28d6591954308b11bfbf29672e0e3
Author: Alexej Timonin <[email protected]>
AuthorDate: Sun Jun 25 18:24:11 2023 +0200
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 ab87b4ced91998cae8c9fbc38b7347289a2fc1b5)
---
assembly/src/release/bin/activemq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/release/bin/activemq
b/assembly/src/release/bin/activemq
index 422cbd8d0f..2786f49c8b 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -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 "$?"
}