bartoszpop commented on PR #21681:
URL: https://github.com/apache/camel/pull/21681#issuecomment-3987941111

   > Would this not cause every command to log twice in this case;
   
   Yes, but your solution does the same. It first logs via SLF4J and then 
writes to System.err at `picocli.CommandLine#handleUnhandled`. The only 
difference introduced by this PR is that it applies to all commands, not just 
`camel run`. That said, I’m fine with either approach, as long as the error is 
logged via SLF4J so it can be published to Grafana.


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