diff --git a/test/e2e/configurer/chain/node.go b/test/e2e/configurer/chain/node.go index 399694c3..6a25d87a 100644 --- a/test/e2e/configurer/chain/node.go +++ b/test/e2e/configurer/chain/node.go @@ -70,6 +70,7 @@ func (n *NodeConfig) Run() error { if err != nil { st, errRpc := n.rpcClient.Status(context.Background()) n.t.Logf("failed to query current height, status %+v: %s", st) + n.t.Logf("Logpath: %s", resource.Container.LogPath) if errRpc != nil { n.t.Logf("errRpc: %s", errRpc.Error()) }