We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787982a commit 173f795Copy full SHA for 173f795
src/crate/testing/layer.py
@@ -294,7 +294,7 @@ def _clean(self):
294
295
def start(self):
296
self._clean()
297
- log.info("Starting process '{}'".format(self.start_cmd))
+ sys.stderr.write("Starting process '{}'\n".format(self.start_cmd))
298
self.process = subprocess.Popen(self.start_cmd,
299
env=self.env,
300
stdout=subprocess.PIPE)
0 commit comments