External Application Logging Configuration
Offer and Price Engine logging can be configured using the environmental variable
CONSOLE_LEVEL
to specify the logging level.
Also, to configure the logging level through the log4j2.xml file under config, you can configure the logging level using the environmental variable
CONSOLE_LEVEL
.
You can set the variable and its values such as shown in the following example,
Variable Name: CONSOLE_LEVEL
Valid Values: ALL / DEBUG / ERROR / FATAL / INFO / OFF / TRACE / WARN
Default Value: ERROR