diff --git a/contrib/pyln-testing/pyln/testing/utils.py b/contrib/pyln-testing/pyln/testing/utils.py index 733edb449..dde8c51e2 100644 --- a/contrib/pyln-testing/pyln/testing/utils.py +++ b/contrib/pyln-testing/pyln/testing/utils.py @@ -146,6 +146,7 @@ class TailableProc(object): self.outputDir = outputDir self.logsearch_start = 0 self.err_logs = [] + self.prefix = "" # Should we be logging lines we read from stdout? self.verbose = verbose