zhfeng commented on issue #6142: URL: https://github.com/apache/camel-quarkus/issues/6142#issuecomment-2328255125
@davsclaus > you see all this extra stats in camel-jbang as it runs camel in dev mode that turn on various stuff. For production mode, then its expected to not see these information from this CLI. > Its a CLI for development / troubleshooting etc. IIUC, only when I uses `camel run MyRouteBuilder.java --dev`, these extra stats can be returned by `camel get service`? If I run in production like `camel run MyRouteBuilder.java --profile=prod`, them should not be listed. Is it right? But I test with `--profile=prod`, them are still be listed. -- 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]
