Skip to content

Commit

Permalink
Trying to get container log printed out
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 15, 2024
1 parent 40a0861 commit 222bbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uno/test/integration/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 222bbe7

Please sign in to comment.