mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Obs AI Assistant] Decrease log level to debug (#214598)
Minor logging change
This commit is contained in:
parent
631a840db4
commit
5f04c35740
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue