Skip to content

Commit d953699

Browse files
authored
Merge pull request #3 from oracle/main
merge from oracle:main to gnsuryan:main
2 parents 85b479e + acb243a commit d953699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weblogic-azure-aks/src/main/arm/scripts/setupWLSDomain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function setup_wls_domain() {
662662
if [[ "${enableClusterT3Channel,,}" == "true" ]] || [[ "${enableAdminT3Channel,,}" == "true" ]]; then
663663
# for remote t3/t3s access.
664664
# refer to https://oracle.github.io/weblogic-kubernetes-operator/faq/external-clients/#enabling-unknown-host-access
665-
javaOptions="-Dweblogic.rjvm.allowUnknownHost=true ${javaOptions}"
665+
javaOptions="-Dlog4j2.formatMsgNoLookups=true -Dweblogic.rjvm.allowUnknownHost=true ${javaOptions}"
666666
fi
667667

668668
# create namespace

0 commit comments

Comments
 (0)