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-unsubscr...@camel.apache.org

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

Reply via email to