<log body="[false,true]" category="[string]" level="[TRACE,DEBUG,INFO,WARN,ERROR,FATAL]" />
<log message="Path: ${path}" /> <serviceProxy port="2000">
<request>
<log />
</request>
<target host="www.predic8.de" />
</serviceProxy> | Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| level | false | INFO |
Sets the log level.
|
WARN |
| headerOnly | false | false |
It is ignored
|
- |
| language | false | SpEL |
the language of the 'test' condition
|
SpEL, groovy, jsonpath, xpath |
| label | false | "" |
Label to find the entry in the log
|
"After Transformation" |
| body | false | true |
To turn off logging of message bodies set this attribute to false
|
- |
| category | false | com.predic8.membrane.core.interceptor.log.LogInterceptor |
Sets the category of the logged message.
|
Membrane |
| message | false | - | - | - |