Understanding vApp log properties / logging properties
Release : 14.3
IM,IG and IP log properties are located in:
/opt/CA/VirtualAppliance/custom/IdentityManager/logging.properties
/opt/CA/VirtualAppliance/custom/IdentityPortal/logging.properties
/opt/CA/VirtualAppliance/custom/IdentityGovernance/logging.properties
example formating from IM file:
formatter.PATTERN.pattern=%d{yyyy-MM-dd HH\:mm\:ss,SSS} %-5p [%c] (%t) %s%e%n
%d{yyyy-MM-dd HH\:mm\:ss,SSS} The timestamp the log message.
%-5p priority of the logging event WARN, INFO etc
[%c] The category of the logging event. In [] brackets.
(%t) The name of the callers thread. in () brackets.
%s The simple formatted message
%e The exception stack trace.
%n A platform independent line separator.
explained for Wildfly App server:
https://github.com/wildfly/wildfly/blob/main/docs/src/main/asciidoc/_admin-guide/subsystem-configuration/Logging_Formatters.adoc#pattern-formatterl