[Obs AI Assistant] Decrease log level to debug (#214598)

Minor logging change
This commit is contained in:
Søren Louv-Jansen 2025-03-14 18:14:29 +01:00 committed by GitHub
parent 631a840db4
commit 5f04c35740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ export async function reIndexKnowledgeBase({
// Check if the index was created before version 8.11
const versionThreshold = 8110000; // Version 8.11.0
if (createdVersion >= versionThreshold) {
logger.warn(
logger.debug(
`Knowledge base index "${originalIndex}" was created in version ${createdVersion}, and does not require re-indexing. Semantic text field is already supported. Aborting`
);
return;