diff --git a/cloud_pipelines_backend/instrumentation/structured_logging.py b/cloud_pipelines_backend/instrumentation/structured_logging.py index 572d53e..0f8020b 100644 --- a/cloud_pipelines_backend/instrumentation/structured_logging.py +++ b/cloud_pipelines_backend/instrumentation/structured_logging.py @@ -6,7 +6,7 @@ import logging -from . import contextual_logging +from cloud_pipelines_backend.instrumentation import contextual_logging class LoggingContextFilter(logging.Filter):