logs-fix
Some checks failed
Deploy on push / deploy (push) Has been cancelled

This commit is contained in:
Untone 2024-05-18 15:25:53 +03:00
parent fd7bd385fc
commit e6f42b388a

View File

@ -143,16 +143,8 @@ class SearchService:
and mapping["properties"].keys()
!= expected_mapping["properties"].keys()
):
logger.debug("Найдена структура индексации:")
logger.debug(
"\n" + json.dumps(mapping, indent=2, ensure_ascii=False)
)
logger.debug("Ожидаемая структура индексации:")
logger.debug(
"\n"
+ json.dumps(expected_mapping, indent=2, ensure_ascii=False)
)
logger.debug(f"Найдена структура индексации: {mapping['properties'].keys()}")
logger.debug(f"Ожидаемая структура индексации: {expected_mapping}")
logger.warn(
"[!!!] Требуется другая структура индексации и переиндексация всех данных"