[log] Section
This section controls SCS logging.
This section must be called log.
Solution Control Server supports the log options described in this section in addition to those described in the Common Configuration Options chapter. Note, however, that SCS always uses full log message format, regardless of the message_format option setting.
alarm
Default Value: No default value
Valid Values (log output types):
stdout | Alarms are sent to the Standard output (stdout). |
stderr | Alarms are sent to the Standard error output (stderr). |
network | Alarms are sent to Message Server, which resides anywhere on the network, and Message Server stores the log events in the Log Database. |
memory | Log events are sent to the memory output on the local disk. This is the safest output in terms of application performance. |
[filename] | Alarms are stored to a file with the specified name. |
syslog | Alarms are sent to the operating-system log. |
Changes Take Effect: Immediately
Specifies to which outputs SCS sends those alarms it generates as a result of appropriate Standard log events. When you configure more than one output type, separate them by a comma. This option is the same as the alarm option in Common Log Options chapter, with the additional value Syslog that is specific to SCS.
Example:
To output alarms generated as a result of appropriate Standard log events into the log of the operating system and to a network Message Server, specify alarm as the SCS configuration option and Syslog, network as the option value.
eventloghost
Default Value: No default value
Valid Values: Host name
Changes Take Effect: Immediately
Specifies the hostname of the computer whose operating-system log should store Genesys alarm messages. The option works with the alarm output level and applies only to computers running Windows NT. If you do not configure this option or do not set its value, alarms are sent to the operating-system log of the computer on which SCS runs.