The log@info.parameters parameter
specifies the name of the log file to be used for informational messages.
log@info.parameters=filename=<filename>- Description
- Set the value to the log file name for informational messages.
The file name cannot contain the percent sign (%) character. Use either
a forward slash (⁄) character or double backslash (\\) characters
as a separator in the path name. The directory specified in the filename
must exist before the Gateway daemon is started.
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
- If this parameter is not specified and the log destination is
set to file, the default file name is cicstg.log.
If you do not specify a path to the file, the log is created in the <product_data_path> directory
on Windows platforms, and in the <install_path>/bin directory
on UNIX. For descriptions of <product_data_path> and <install_path>,
see File path terminology
- Configuration Tool
- In the Configuration Tool, the value of log@info.parameters is
set to the same value as log@error.parameters.
You can specify a different value for log@info.parameters 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.parameters in
the Information log file name field.