The log@info.parameters filesize parameter
specifies the maximum, size in kilobytes, of the information log file.
log@info.parameters filesize=<number>- Description
- Set the value in the range 0 - 2,097,151 to specify the maximum
file size. If you set a value of 0, no limit is placed on the file
size. If you set a value that is greater than 0, then you must specify
that more than one log file must be keep. If not, the error message CTG8413E is generated and all messages are redirected
to the default log file <product_data_path>\cicstg.log on Windows platforms or
they are sent to the console on UNIX platforms. To specify that more than one log file must be keep,
set log@error.parameters maxfiles to a value
greater than 1.
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, the default value is 0.
- Configuration Tool
- In the Configuration Tool, the value of log@info.parameters
filesize is set to the same value as log@error.parameters
filesize. You can specify a different value for log@info.parameters filesize 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 filesize in the Information log maximum log size (KB) field.