janhoy commented on code in PR #3983:
URL: https://github.com/apache/solr/pull/3983#discussion_r2649322599
##########
solr/bin/solr:
##########
@@ -1024,9 +912,12 @@ fi
# so that we can write logs for examples to $SOLR_HOME/../logs
: "${SOLR_LOGS_DIR:="$SOLR_SERVER_DIR/logs"}"
EXAMPLE_DIR="$SOLR_TIP/example"
+
+# Set default log4j configuration
+LOG4J_PROPS="$DEFAULT_SERVER_DIR/resources/log4j2.xml"
Review Comment:
Yes, guess it needs to be set fairly early, but who knows, could probably be
set programatically in main method as well...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]