Show Table of Contents
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.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.