The log@info.dest parameter specifies
the destination of informational messages displayed by the Gateway daemon.
log@info.dest=<file|console>- Description
- Set the value to the type of destination used for informational
messages. A destination type file, must be specified
for Windows platforms. A
destination type file, must be specified for UNIX platforms when the Gateway daemon is
run as a background process. Otherwise, the destination type Console can
be used to output to stderr.
The following example shows the syntax
required to specify that informational messages are sent to a log
file.
log@info.dest=<file|console>
log@info.parameters=filename=<name>;\;
maxfiles=<number>;
filesize=<number>;
This
parameter is in the GATEWAY section of the configuration file.
- Default Value on UNIX and Linux
- If this parameter is not specified, the default value is console.
When using ctgd to run as a background process
the log destination must be configured to use file.
- The Default Value on Windows
- If this parameter is not specified, the default value is file.
For more information about the default name and location of the log
file see Informational messages log file name
- Configuration Tool
- In the Configuration Tool on UNIX platforms,
the value of log@info.dest is set to the same
value as log@error.dest. You can specify a different
value for log@info.dest by clearing the Use
the same settings as specified for Error and Warning log check
box in the Logging tab of the Gateway
daemon settings page. You can then enter a different value
for log@info.dest in the Information
log destination field.