Defines the root logger for this log context.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.logging.logger | true |
/subsystem=logging/root-logger=ROOT /subsystem=logging/logger=* /subsystem=logging/logging-profile=*/logger=* |
| Type | STRING |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | no-services |
| Stability Level | default |
| Raw DMR model |
|
| Type | LIST |
| Is the attribute nillable? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | no-services |
| Stability Level | default |
| Raw DMR model |
|
| Type | STRING |
| Default Value | ALL |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | no-services |
| Allowed Values |
TRACE ALL SEVERE FINER FINEST INFO DEBUG WARNING WARN OFF CONFIG FINE ERROR FATAL |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| filter-spec | STRING | false | true | A filter expression value to define a filter. Example for a filter that does not match a pattern: not(match("JBAS.*")) | |
| handlers | LIST | false | false | The handlers associated with the root logger. | |
| level | STRING | false | true | ALL | The log level specifying which message levels will be logged by the root logger. Message levels lower than this value will be discarded. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to add. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| level | STRING | false | true | ALL | The level to set the root logger to. |
| Raw DMR model |
|
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the logger to remove. |
| Raw DMR model |
|
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to add. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to remove. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| filter-spec | STRING | false | true | A filter expression value to define a filter. Example for a filter that does not match a pattern: not(match("JBAS.*")) | |
| level | STRING | false | true | ALL | The log level specifying which message levels will be logged by the root logger. Message levels lower than this value will be discarded. |
| handlers | LIST | false | false | The handlers associated with the root logger. |
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.logging.logging-profile.root-logger.ROOT">
<param name="logging-profile" value="{resource name}"/>
<param name="filter-spec" value="{value}"/>
<param name="handlers" value="{value}"/>
<param name="level" value="{value}"/>
<feature/>