We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ff8a7 commit c236540Copy full SHA for c236540
scripts/start-finalExec
@@ -47,7 +47,7 @@ if [ -n "$ICON" ]; then
47
fi
48
49
50
-useGeneratedLogs=${GENERATE_LOG4J2_CONFIG:-false}
+useGeneratedLogs=${GENERATE_LOG4J2_CONFIG:-${ENABLE_ROLLING_LOGS:-false}}
51
useFallbackJvmFlag=false
52
53
SERVER_DIR="$baseDataDir"
@@ -172,10 +172,6 @@ EOF
172
173
# Apply the log4j2 configuration
174
JVM_OPTS="-Dlog4j.configurationFile=log4j2.xml ${JVM_OPTS}"
175
-elif isTrue "${ENABLE_ROLLING_LOGS:-false}"; then
176
- # Legacy behavior: error if rolling logs explicitly requested but not possible
177
- logError "Using rolling logs is currently not possible in the selected version due to CVE-2021-44228"
178
- exit 1
179
else
180
rm -f "${LOGFILE}"
181
0 commit comments