Configuring the Log File

Use the agent-plugin.xml file to configure the rap.service_logFile value for a publisher.

Do this for a custom feed handler that uses a UAF agent. For the demo feed handler and FAST feed handler, this value is set during installation.

In agent-plugin.xml, specify the location of the log file your custom feed handler generates:

set-property property="rap.service_logFile" value="log_file_full_path"

Specify a fully qualified path rather than a relative path. For example:
set-property property="rap.service_logFile" value="RAP_R4_Installdir/sybase/RAP/my_publisher/my_log_file" />
In the OpsConsole, when a user selects View Log for this publisher, the specified log file displays.