ConfigureSyslogServers
This method sets the syslog log forwarding. It configures all the SRM applications to forward to the specified servers. Receiving null deletes all the configurations. The new spec completely replaces the old configured servers.
Synopsis
void configureSyslogServers(@optional SyslogForwardInfo[] info, LogLevelInfo[] logLevels)
- info parameter is a list of SyslogForwardInfo objects.
- SyslogForwardInfo object contains information for syslog log forwarding. For more information, see ConfigureSyslogForwarding.
- Loglevels parameter is a list containing information about the services syslog log levels. If a service is not specified, a default log level information is set. Services need to be explicitly restarted for the changes to take effect. For more information, see ConfigureSyslogForwarding.
Faults
- InvalidArgument
- RuntimeFault
- SystemError
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.