Technical manual CIB jsMerge

Properties

Property loglevel

Via the property “loglevel” it is possible to set the type and amount of error messages in the logfile. This property cannot be set via the script file. The more general the level that is set, the larger the logfile gets.

If no “loglevel” is set, the default level “INFO” is used.

Syntax

loglevel=<level>
<level>: FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL

Example

loglevel=INFO

The messages FATAL+ERROR+WARN+INFO are output.