Message logging options

The properties in this section apply to IBM Verify Identity Governance messages.

The property values are the defaults:
logger.msg.logging=true
Turns message logging on or off.
true
Turns on message logging.
false
Turns off message logging.
handler.file.msg.fileName=msg.log
Specifies the name of the message log file.
logger.msg.level=INFO
Specifies the message logging level.
INFO
Captures all message types such as informational, warning, and error messages.
WARN
Captures warning and error messages.
ERROR
Captures only error messages.
handler.file.msg.maxFiles=5
Specifies the maximum number of message log files to keep before log records start to be discarded.