Set logging levels in the data collection infrastructure
To set the logging level preferences for the data collection infrastructure, perform the following steps on the computer where the data collection infrastructure is installed:
- In the data collection infrastructure installation directory, open the RPALogger.properties file.
- Find the line containing...
com.ibm.rpa.logger.severity=level
...where level is the current logging level.
- Modify the level value to one of the following settings:
Value Logs ALL all events INFORMATION all events HARMLESS all events except INFORMATION events WARNING all events except HARMLESS and INFORMATION events MINOR MINOR, CRITICAL, and FATAL events CRITICAL CRITICAL and FATAL events FATAL only FATAL events DEBUG_MAX all events (equivalent of ALL) DEBUG_MID events useful for debugging problems, at a medium-severity level DEBUG_MIN only a minimal number of (high-severity) events, useful for debugging problems
- Change the location of the log file that these events are logged in, find the line containing...
- Modify the file pattern as desired.
%h DCI installation directory %g Generation number to distinguish rotated logs - Save the RPALogger.properties file with the changes you have made.
- Restart the data collection infrastructure.