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 1,000,000.
logFileCount 1 - 1,000 Specifies how many output files to cycle through. The default for this property is 50.
logFileLevel all, info, severe, warning Controls what messages are sent to the log file. The default for this property is all.
consoleLevel info, all, severe, warning 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.
logGc true, false When this property is set to true, every invocation of the garbage collector is logged as an informational message. The default for this property is false.