It defines a handler which writes to the sub-handlers in an asynchronous thread, used for handlers which introduce a substantial amount of lag.
| Type | BOOLEAN |
| Default Value | true |
| 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 | 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 | 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 |
|
| Type | STRING |
| Is the attribute nillable? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-only |
| Stability Level | default |
| Raw DMR model |
|
| Type | STRING |
| Default Value | BLOCK |
| 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 |
DISCARD BLOCK |
| Stability Level | default |
| Raw DMR model |
|
| Type | INT |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | resource-services |
| Min | 1 |
| Max | 2147483647 |
| 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 |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| enabled | BOOLEAN | false | true | true | If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages. |
| 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 this handler. Message levels lower than this value will be discarded. |
| overflow-action | STRING | false | true | BLOCK | Specify what action to take when the overflowing. The valid options are 'block' and 'discard' |
| queue-length | INT | true | true | The queue length to use before flushing writing | |
| subhandlers | LIST | false | false | The Handlers associated with this async handler. |
| 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 add. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| level | STRING | false | true | ALL | The new level to set. |
| Raw DMR model |
|
| Raw DMR model |
|
| 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 remove. |
| 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 |
|---|---|---|---|---|---|
| enabled | BOOLEAN | false | true | true | If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages. |
| level | STRING | false | true | ALL | The log level specifying which message levels will be logged by this handler. Message levels lower than this value will be discarded. |
| 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.*")) | |
| queue-length | INT | true | true | The queue length to use before flushing writing | |
| overflow-action | STRING | false | true | BLOCK | Specify what action to take when the overflowing. The valid options are 'block' and 'discard' |
| subhandlers | LIST | false | false | The Handlers associated with this async handler. |
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.logging.logging-profile.async-handler">
<param name="async-handler" value="{resource name}"/>
<param name="logging-profile" value="{resource name}"/>
<param name="enabled" value="{value}"/>
<param name="filter-spec" value="{value}"/>
<param name="level" value="{value}"/>
<param name="overflow-action" value="{value}"/>
<param name="queue-length" value="{value}"/>
<param name="subhandlers" value="{value}"/>
<feature/>