We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f8180 commit 2bc9b85Copy full SHA for 2bc9b85
1 file changed
drift/core/drift_sdk.py
@@ -543,7 +543,7 @@ def mark_app_as_ready(self) -> None:
543
logger.debug("Replay mode active - ready to serve mocked responses")
544
elif self.mode == TuskDriftMode.RECORD:
545
logger.debug("Record mode active - capturing inbound requests and responses")
546
-
+
547
logger.info("App marked as ready")
548
549
def collect_span(self, span: CleanSpanData) -> None:
0 commit comments