The log@error.parameters parameter
specifies the name of error and warning log file to be used for problem
diagnosis.
log@error.parameters=filename=<filename>- Description
- Set the value to the log file name for error and warning 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 error and warning
messages are sent to a log file.
log@error.dest=<file|console>
log@error.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 as 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>/bin>,
see File path terminology
- Configuration Tool
- In the Configuration Tool on, you can set the value of log@error.parameters in
the Error log file name field in the Logging tab
of the Gateway daemon settings page.