Skip to content

Commit a43c636

Browse files
committed
chore(camel): show log when resolving which version of camel model for Endpoints view
1 parent eb04807 commit a43c636

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/hawtio/src/plugins/camel/endpoints/endpoints-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export function loadEndpointSchema(node: MBeanNode, componentName: string): came
161161
if (isBlank(componentName)) return null
162162

163163
const camelModel = camelService.getCamelModel(ctxNode)
164+
log.info('Endpoints - Use Camel model version:', camelModel.apacheCamelModelVersion)
164165
return camelModel.components[componentName] ?? null
165166
}
166167

0 commit comments

Comments
 (0)