Skip to content

Commit 6b8b5d4

Browse files
committed
CI: Improve logging to find out about any errors when starting CrateDB
1 parent 46cf2e1 commit 6b8b5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/testing/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _clean(self):
294294

295295
def start(self):
296296
self._clean()
297-
log.info("Starting process '{}'".format(self.start_cmd))
297+
sys.stderr.write("Starting process '{}'\n".format(self.start_cmd))
298298
self.process = subprocess.Popen(self.start_cmd,
299299
env=self.env,
300300
stdout=subprocess.PIPE)

0 commit comments

Comments
 (0)