From 222bbe793f44313d77d83e20511e2d15c4d749e2 Mon Sep 17 00:00:00 2001 From: Andrea Sorbini Date: Mon, 15 Apr 2024 11:29:49 -0700 Subject: [PATCH] Trying to get container log printed out --- uno/test/integration/host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uno/test/integration/host.py b/uno/test/integration/host.py index 5cf5833..a2cfef9 100644 --- a/uno/test/integration/host.py +++ b/uno/test/integration/host.py @@ -407,6 +407,7 @@ def start(self, wait: bool = False) -> subprocess.Popen: return result def print_logs(self, output_file: Path | None = None) -> None: + self.log.debug("generating host logs (DEBUG={})", self.log.DEBUG) if self.log.DEBUG: import sys