Default JVM Arguments and Logging Configuration for Application Image and Builder Image
To update default JVM Arguments and Logging Configuration for an application, update the following files before creating the application Docker image. If you are using OpenShift S2I tool to build the Builder image, the default configuration is applied to the Builder image also.
Log4j Configuration: amsgce-runtime-<version>/runtime/scripts/node-log4j.xml_template
JVM Arguments: amsgce-runtime-<version>/runtime/scripts/node.properties
This updated configuration will be applied to all applications images built.
Note: If you include
node_jvm_parameters.config.yaml
and node-log4j.xml
file in the build pack then these files will override the default JVM arguments and Log4j configuration.