Configuring RepConnector for debugging

StepsSetting the logging level to DEBUG for RepConnector runtime

  1. Navigate to the RepConnector runtime installation location’s bin directory.

  2. In the repra.properties file, change the runtime log level from INFO to DEBUG:

    RuntimeLogLevel=DEBUG
    
  3. Shut down and restart the application server for the values to take effect.

StepsSetting the logging level to debug for each RepConnector connection

  1. Log in to RepConnector runtime component using RepConnector Manager.

  2. Modify the connection properties to change the logging level (LogLevel) for the connection to debug. Save the new connection properties.

  3. Start or refresh the connection.

NoteSetting the log level to debug creates many debugging messages in the repra.log file. You can use this information to troubleshoot failures, but be aware that it causes performance degradation.