mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
add more info when launch blockchain node failed
This commit is contained in:
parent
97e3a0edd5
commit
ccf4606cf9
@ -130,8 +130,9 @@ class TestNode:
|
|||||||
if self.process.poll() is not None:
|
if self.process.poll() is not None:
|
||||||
raise FailedToStartError(
|
raise FailedToStartError(
|
||||||
self._node_msg(
|
self._node_msg(
|
||||||
"exited with status {} during initialization".format(
|
"exited with status {} during initialization \n\n{}\n\n".format(
|
||||||
self.process.returncode
|
self.process.returncode,
|
||||||
|
self.stderr.read(),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user