LAC External Logging is explained in the docops below:
https://docops.ca.com/ca-live-api-creator/5-1/en/developing-apis/debug/external-logging
It states that:
CA Live API Creator uses the Apache Log4j 2 framework for API-level logging.
And, the log level is explained as following:
The log level for the log message.
Values: SEVERE (highest value), WARNING, INFO, CONFIG, FINE, FINER, FINEST (lowest value)
On the other hadn, as for
log4j, the log level supports different values such as:
ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL and OFF.
However, there is no information on Correlation of log levels between LAC and log4j. How are they related?