lordrip commented on code in PR #26226:
URL: https://github.com/apache/camel/pull/26226#discussion_r3967080553


##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java:
##########
@@ -365,6 +367,8 @@ public boolean disarrangeLogging() {
             return true;
         } else if (RuntimeType.springBoot == runtime) {
             return true;
+        } else if (RuntimeType.main == runtime) {

Review Comment:
   [curious-question] Is this correct as-is? What do you think about using a 
`switch` or having those conditions as `||`?



-- 
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