camel trace
Tail message traces from running Camel integrations
Options
| Option | Description | Default | Type |
|---|---|---|---|
| Action to start, stop, clear, list status, or dump traces | status | String |
| Use ago instead of yyyy-MM-dd HH:mm:ss in timestamp. | boolean | |
| Compact output (no empty line separating traced messages) | true | boolean |
| Depth of tracing. 0=Created+Completed. 1=All events on 1st route, 2=All events on 1st+2nd depth, and so on. 9 = all events on every depth. | 9 | int |
| Find and highlight matching text (ignore case). | String | |
| Keep following and outputting new traces (press enter to exit). | true | boolean |
| Filter traces to only output trace matching text (ignore case). | String | |
| Only output traces from the latest (follow if necessary until complete and exit) | boolean | |
| Use colored logging | true | boolean |
| Whether to mask endpoint URIs to avoid printing sensitive information such as password or access keys | boolean | |
| Print prefix with running Camel integration name. auto=only prefix when running multiple integrations. true=always prefix. false=prefix off. | auto | String |
| Pretty print message body when using JSon or XML format | boolean | |
| Show message body in traced messages | true | boolean |
| Show exception and stacktrace for failed messages | true | boolean |
| Show exchange properties in traced messages | false | boolean |
| Show exchange variables in traced messages | true | boolean |
| Show message headers in traced messages | true | boolean |
| Return traces newer than a relative duration like 5s, 2m, or 1h. The value is in seconds if no unit specified. | String | |
| Sort by pid, name or age for showing status of tracing | pid | String |
| Prefer to display source filename/code instead of IDs | boolean | |
| The number of traces from the end of the trace to show. Use -1 to read from the beginning. Use 0 to read only new lines. Defaults to showing all traces from beginning. | -1 | int |
| Print timestamp. | true | boolean |
| Display the help and sub-commands | boolean |