Closed GeekArthur closed 2 years ago
Currently we have rosetta server logs if we run docker logs -f <container_id>, we are expecting the node logs such as crash.log there.
docker logs -f <container_id>
Crash logs should be duplicated from the node logs already available in console.log. Will check again to verify
Verified, close this issue.
Currently we have rosetta server logs if we run
docker logs -f <container_id>
, we are expecting the node logs such as crash.log there.