The configuration of the Trace Swiftlet is defined within the element
<swiftlet name="sys$trace" .../>
of the router's configuration file. One can use the SwiftMQ Exlorer or CLI for configuration as well. They both save into that file.
Attributes of Element "swiftlet"
Definition
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| max-file-size | java.lang.Integer | No | Max. Tracefile Size (KB) |
Values
| Attribute | Values |
|---|---|
| max-file-size | Default: 10240 |
Element List "spaces", Parent Element: "swiftlet"
Trace Space Definitions. This element list contains zero or more "space" elements with this template definition:
Definition
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| name | java.lang.String | Yes | Name of this Space |
| enabled | java.lang.Boolean | No | Enables/Disables the Space |
Values
| Attribute | Values |
|---|---|
| enabled | Default: false |
Element List "predicates", Parent Element: "space"
Predicate Definitions. This element list contains zero or more "predicate" elements with this template definition:
Definition
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| name | java.lang.String | Yes | Name of this Predicate |
| enabled | java.lang.Boolean | No | Enables/Disables this Predicate |
| filename | java.lang.String | Yes | Output Filename |
| value | java.lang.String | Yes | SQL-Like Predicate that selects from the Trace Stream |
Values
| Attribute | Values |
|---|---|
| enabled | Default: true |
| filename | |
| value |