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 5f5e8d4 commit 2382c87Copy full SHA for 2382c87
airbyte-integrations/bases/base-java/javabase.sh
@@ -16,7 +16,7 @@ if [[ $IS_CAPTURE_HEAP_DUMP_ON_ERROR = true ]]; then
16
fi
17
18
#30781 - Allocate 32KB for log4j appender buffer to ensure that each line is logged in a single println
19
-JAVA_OPTS=$JAVA_OPTS" -Dlog4j.encoder.byteBufferSize=32768"
+JAVA_OPTS=$JAVA_OPTS" -Dlog4j.encoder.byteBufferSize=32768 -Dlog4j2.configurationFile=log4j2.xml"
20
export JAVA_OPTS
21
22
# Wrap run script in a script so that we can lazy evaluate the value of APPLICATION. APPLICATION is
0 commit comments