Logging properties

The following table shows the properties for the logging component.
Table 1. Logging properties
Property name Values or example Description
logFileSize 1,000 - 10,000,000 Specifies an approximate maximum amount to write (in bytes) to any single log file. If this property is zero, no limit exists. The default value is 100,000.
logFileCount 1 - 1,000 Specifies how many output files to cycle through. The default for this property is 30.
logFileLevel all, info, warning, severe Controls what messages are sent to the log file. The default for this property is all.
consoleLevel all, info, warning, severe Controls what messages are sent to the user interface for the operator. The default for this property is info.
consoleBufferSize 0 - 500 Sets the size of the buffer that is used when the user interface is written to. The default for this property is 50.