chore: adjust log level (#6913)

This commit is contained in:
darkskygit
2024-05-14 09:32:28 +00:00
parent b8333de119
commit 8881286025
5 changed files with 12 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ export function registerCopilotProvider<
);
}
const instance = new provider(providerConfig as C);
logger.log(
logger.debug(
`Copilot provider ${type} registered, capabilities: ${provider.capabilities.join(', ')}`
);