+

Search Tips   |   Advanced Search


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:

  1. In the data collection infrastructure installation directory, open the RPALogger.properties file.

  2. Find the line containing...

      com.ibm.rpa.logger.severity=level

    ...where level is the current logging level.

  3. 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

  4. Change the location of the log file that these events are logged in, find the line containing...

  5. Modify the file pattern as desired.

      %h DCI installation directory
      %g Generation number to distinguish rotated logs

  6. Save the RPALogger.properties file with the changes you have made.

  7. Restart the data collection infrastructure.