Skip to content

Commit e310272

Browse files
Copilothotlong
andauthored
fix: add debug logging for missing metadata service catch block
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/fead28d3-f5fd-4b74-92a2-115c25f8d39e Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e7bc0b9 commit e310272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/service-ai/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class AIServicePlugin implements Plugin {
147147
try {
148148
metadataService = ctx.getService<IMetadataService>('metadata');
149149
} catch {
150-
// Metadata service not available — skip
150+
ctx.logger.debug('[AI] Metadata service not available');
151151
}
152152

153153
// Data tools require both data engine and metadata service

0 commit comments

Comments
 (0)