Setting the Logging Level to DEBUG for the RepConnector Runtime Component

Configure RepConnector to collect logging information you can use for debugging runtime component.

  1. From the command prompt, navigate to:
    • On Windows:
      cd <AppServer_install_dir>\repra\bin
    • On UNIX:
      cd <AppServer_install_dir>/repra/bin
  2. In the repra.properties file, change the log level and runtime log level to DEBUG.
    LogLevel=DEBUG
    RuntimeLogLevel=DEBUG
  3. Shut down and restart the application server.