You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/08 08:11:56 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #7392: CAMEL-17762: allow adjusting log level for exception messages during resume updates

davsclaus commented on code in PR #7392:
URL: https://github.com/apache/camel/pull/7392#discussion_r845855399


##########
core/camel-core-model/src/main/java/org/apache/camel/model/ResumableDefinition.java:
##########
@@ -40,6 +41,13 @@
     @Metadata(required = true, javaType = "org.apache.camel.ResumeStrategy")
     private String resumeStrategy;
 
+    @XmlTransient
+    private LoggingLevel loggingLevel = LoggingLevel.WARN;

Review Comment:
   See hos we do this in LogDefinition with just a String type (not a Ref name)
   
   org.apache.camel.model.LogDefinition



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org