From 23be0da876a39f1ab872c350a185dae2b6f15570 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 11 Mar 2024 13:47:12 +0300 Subject: [PATCH] search-log --- services/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):