Enabling Logging
The CT-V uses logging parameters defined in both the IngrianNAE.properties
and SafeNetToken.properties
files. Once you enable logging, you can set the log file name and location, configure log rotation parameters, add a timestamp to log entries, set the log size limit, include token values in the log file, and upload logs to the Key Manager.
To enable logging, set the Log_Level
parameter in the IngrianNAE.properties
file. The value must be HIGH or DEBUG to capture the CT-V messages. You can set the parameter to any of the following values:
NONE - The logging feature is disabled.
LOW - Error messages regarding the client connection to the Key Manager are logged. CT-V messages are not captured. This is the default setting.
MEDIUM - Errors and warnings regarding the client connection to the Key Manager are logged. CT-V messages are not captured.
HIGH - Errors, warnings, and information messages are logged. This creates large log files. CT-V messages are captured. This is the REQUIRED setting to see the CT-V messages.
DEBUG - Errors, warnings, information and debugging messages are logged. CT-V messages are captured. Useful when troubleshooting.