lhein commented on code in PR #13312:
URL: https://github.com/apache/camel/pull/13312#discussion_r1503672519


##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/redeliveryPolicy.json:
##########
@@ -17,12 +17,12 @@
     "redeliveryDelay": { "index": 2, "kind": "attribute", "displayName": 
"Redelivery Delay", "required": false, "type": "duration", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "1000", "description": "Sets the initial redelivery delay" },
     "asyncDelayedRedelivery": { "index": 3, "kind": "attribute", 
"displayName": "Async Delayed Redelivery", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allow asynchronous delayed redelivery. The route, in particular the consumer's 
component, must support the Asynchronous Routing Engine (e.g. seda)." },
     "backOffMultiplier": { "index": 4, "kind": "attribute", "displayName": 
"Back Off Multiplier", "required": false, "type": "number", "javaType": 
"java.lang.Double", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "2.0", "description": "Sets the back off multiplier" },
-    "useExponentialBackOff": { "index": 5, "kind": "attribute", "displayName": 
"Use Exponential Back Off", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Turn on 
exponential backk off" },
+    "useExponentialBackOff": { "index": 5, "kind": "attribute", "displayName": 
"Use Exponential Back Off", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Turn on 
exponential back off" },
     "collisionAvoidanceFactor": { "index": 6, "kind": "attribute", 
"displayName": "Collision Avoidance Factor", "label": "advanced", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "0.15", "description": 
"Sets the collision avoidance factor" },
     "useCollisionAvoidance": { "index": 7, "kind": "attribute", "displayName": 
"Use Collision Avoidance", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Turn on 
collision avoidance." },
     "maximumRedeliveryDelay": { "index": 8, "kind": "attribute", 
"displayName": "Maximum Redelivery Delay", "required": false, "type": 
"duration", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "60000", "description": "Sets the 
maximum delay between redelivery" },
-    "retriesExhaustedLogLevel": { "index": 9, "kind": "attribute", 
"displayName": "Retries Exhausted Log Level", "label": "advanced", "required": 
false, "type": "object", "javaType": "org.apache.camel.LoggingLevel", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"ERROR", "description": "Sets the logging level to use when retries have been 
exhausted" },
-    "retryAttemptedLogLevel": { "index": 10, "kind": "attribute", 
"displayName": "Retry Attempted Log Level", "required": false, "type": 
"object", "javaType": "org.apache.camel.LoggingLevel", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DEBUG", "description": 
"Sets the logging level to use for logging retry attempts" },
+    "retriesExhaustedLogLevel": { "index": 9, "kind": "attribute", 
"displayName": "Retries Exhausted Log Level", "label": "advanced", "required": 
false, "type": "enum", "javaType": "org.apache.camel.LoggingLevel", "enum": [ 
"TRACE", "DEBUG", "INFO", "WARN", "ERROR", "OFF" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "ERROR", "description": 
"Sets the logging level to use when retries have been exhausted" },

Review Comment:
   You changed the default for `retriesExhaustedLogLevel` from `DEBUG` to 
`ERROR`. Is that intended?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to