feat: reduce log message context for object results

This commit is contained in:
Gergő Jedlicska 2023-11-13 09:14:06 +01:00
Родитель dbe3d759f6
Коммит 04764b17eb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 868C59E4F75C7534
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -405,8 +405,8 @@ class AutomationContext:
else:
id_list = [object_ids]
print(
f"Object {', '.join(id_list)} was marked with {level.value.upper()}",
f"/{category} cause: {message}",
f"Created new {level.value.upper()}"
f" category: {category} caused by: {message}"
)
self._automation_result.object_results.append(
ResultCase(