SIENTIAPDE-1199

Update dependencies and improve observability by changing logger imports. Bump sientia-dataops-library version to 1.4.1 and update image tag to 0.4.2 in values.yaml.
This commit is contained in:
vitor-aignosi
2025-08-19 16:29:30 -03:00
parent 552f58ca86
commit 3bbc2c4993
11 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ with workflow.unsafe.imports_passed_through():
import sys
import os
from sientia_do.notifications.handlers import CoreNotificationHandler as NotificationHandler
from sientia_do.temporal.utils.logger import get_logger
from sientia_do.observability.logger import get_logger
from scouter.activities.activities import Activities
from scouter.workflow.scouter import Scouter
from scouter.workflow.sub_workflows.core_scouter import CoreScouter