diff --git a/services/search.py b/services/search.py index 10893421..9ac9fddf 100644 --- a/services/search.py +++ b/services/search.py @@ -105,7 +105,7 @@ class SearchService: index=self.index_name, body=expected_mapping ) else: - logger.debug(f' найден существующий индекс {self.index_name}') + logger.info(f'найден существующий индекс {self.index_name}') # Check if the mapping is correct, and recreate the index if needed result = self.client.indices.get_mapping(index=self.index_name) if isinstance(result, str):