ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

in a docker container, some error messages not seen by docker logs #44

Closed cdetrio closed 5 years ago

cdetrio commented 6 years ago

when running cpp-eth in the ewasm testnet dockerfile (https://github.com/ewasm/testnet/pull/17), doing docker logs only showed:

running eth...
running jsonrpcproxy...

But when the eth output was redirected to a file within the docker container, the error message was logged to the file:

--peerset argument must not be empty

This might be a docker issue, or an issue with cpp-ethereum error logging.

axic commented 6 years ago

Is this still a problem?

axic commented 5 years ago

@cdetrio still a problem?