14.6. Logging Configuration Properties

14.6.1. Root Logger Properties

Table 14.7. Root Logger Properties

Property Datatype Description
level String
The maximum level of log message that the root logger records.
handlers String[]
A list of log handlers that are used by the root logger.
filter-spec String
An expression value that defines a filter. The following expression defines a filter that excludes log entries that do not match a pattern: not(match("JBAS.*"))

Note

A filter-spec specified for the root logger is not inherited by other handlers. Instead a filter-spec must be specified per handler.