Logging Trait
This trait is used to control logging options (such as color)
This trait is available in the following profiles: Kubernetes, Knative, OpenShift.
Configuration
Trait properties can be specified when running any integration with the CLI:
$ kamel run --trait logging.[key]=[value] --trait logging.[key2]=[value2] integration.groovy
The following configuration options are available:
Property | Type | Description |
---|---|---|
|
|
Can be used to enable or disable a trait. All traits share this common property. |
|
|
Colorize the log output |
|
|
Adjust the log level for the integrations (defaults to INFO) |
|
|
Output the log in json format |
|
|
Enable "pretty printing" of the json log |