This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch hlog in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/hlog by this push: new 705983f78f6 CAMEL-21468: camel-http - Allow to log request/repsonse HTTP raw data to see what is sent over the wire. 705983f78f6 is described below commit 705983f78f6aef6b4628d85d963e70504f817528 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Dec 10 14:13:05 2024 +0100 CAMEL-21468: camel-http - Allow to log request/repsonse HTTP raw data to see what is sent over the wire. --- .../org/apache/camel/catalog/beans/LoggingHttpActivityListener.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/LoggingHttpActivityListener.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/LoggingHttpActivityListener.json index 9e6db510a8a..2b402ccb946 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/LoggingHttpActivityListener.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/LoggingHttpActivityListener.json @@ -10,7 +10,7 @@ "groupId": "org.apache.camel", "artifactId": "camel-http", "version": "4.10.0-SNAPSHOT", - "properties": { "showRouteId": { "index": 0, "kind": "property", "displayName": "Show Route Id", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "true", "description": "Show route ID." }, "showRouteGroup": { "index": 1, "kind": "property", "displayName": "Show Route Group", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaul [...] + "properties": { "loggingLevel": { "index": 0, "kind": "property", "displayName": "Logging Level", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "INFO", "description": "" }, "showRouteId": { "index": 1, "kind": "property", "displayName": "Show Route Id", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": [...] } }