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 c87dc71 commit 39fbad7Copy full SHA for 39fbad7
src/crate/testing/layer.py
@@ -297,7 +297,7 @@ def _clean(self):
297
298
def start(self):
299
self._clean()
300
- log.info("Starting process '{}'".format(self.start_cmd))
+ sys.stderr.write("Starting process '{}'\n".format(self.start_cmd))
301
self.process = subprocess.Popen(self.start_cmd,
302
env=self.env,
303
stdout=subprocess.PIPE)
0 commit comments