For Container migration, we are using Pega Helm Chart approach(GitHub - pegasystems/pega-helm-charts: Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.). There are references of “sys:pega.logdir” in prlog4j2 xml. Can someone tell how and where this attribute value is set? Thanks!
we found the reference in startup logs and will be using javaOpts: “” in pega chart to override this value. Please let us know of any concerns.
JAVA_OPTS: “-Xms8000m -Xmx8000m **-Dpega.logdir=/usr/local/tomcat/logs/order-entry-pega-dev-web-7cd595b77f-dn9ts -**Djava.awt.headless=true -Djava.security.properties=/usr/local/tomcat/conf/java.security.overwrite -DNodeTier=web -XX:HeapDumpPath=/heapdumps --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.ibm.lang.management.internal=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED”