Configuring Relay Server Outbound Enabler Logging

By default, the relay server outbound enabler (RSOE) is configured to log only errors, which is sufficient in a production environment. Increase the log level if you require additional detail to troubleshoot the RSOE.

  1. Open <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\UnwiredServer\config\relayserver.properties.
  2. Locate the RSOE Log Setting section.
  3. Change the value of relayserver.rsoe.log.level from 0 to either:
    • 1 – session-level logging. Provides a high-level view of a synchronization session.
    • 2 – request-level logging. Provides a more detailed view of HTTP requests within a synchronization session.
  4. Save the file.
  5. Ensure the consolidated database is started.
  6. Regenerate the service:
    run <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\UnwiredServer\bin\regRelayServer.bat install [manual | auto]