B.3 Understanding the idmrptdcs_logging.xml File

The following is a sample of the idmrptdcs_logging.xml file:

<logging>
<!--Defines location of Syslog server.-->
<!--
<SyslogHost>127.0.0.1</SyslogHost>
<SyslogPort>1468</SyslogPort>
-->

<!--Specify protocol to be used (UDP/TCP/SSL)-->
<!--
<SyslogProtocol>TCP</SyslogProtocol>
-->

<!--Specify SSL keystore file for SSL connection.
~ File path should be given with double backslash.
-->
!--
<SyslogSSLKeystoreFile>/opt/netiq/idm/jre/lib/security/cacerts</SyslogSSLKeystoreFile>
-->

<!--Specify SSL keystore password for SSL connection. -->
<!--
<SyslogSSLKeystorePassword>password</SyslogSSLKeystorePassword>
-->

<!--Specify whether to append the component name before the event message
~ Inputs should be yes/no
~ If NetIQ Sentinel is the event listener, this option should be set to 'yes'
-->
<!--
<AppendComponentName>yes</AppendComponentName>
-->

<!--Defines caching for SyslogAppender.
~ Inputs should be yes/no
-->
<!--
<CacheEnabled>yes</CacheEnabled>
-->

<!--Cache location Directory
~ Directory should be available for creating cache files
~ Directory should have 'novlua' permission for caching to work correctly
-->
<!--
<CacheDir>/tmp/IDMcache</CacheDir>
-->

<!--Cache File Size
~ Cache File size should be in the range of 50MB to 4000MB
-->
<!--
<CacheRolloverSize>50</CacheRolloverSize>
-->

<!--Log file for appender
~ The directory containing the file specified should have 'novlua' permission to work correctly.
-->
<!--
<FileAppenderFileName>/var/opt/netiq/idm/dcs-cache/cef-events.log</FileAppenderFileName>
-->

<!--Max size of log file for file appender -->
<!--
<FileMaxRolloverSize>50</FileMaxRolloverSize>
-->

</logging>