Skip to content

Commit 9c6ef9e

Browse files
committed
fixup: Add debug logging for chainConfig content
1 parent 9090b9e commit 9c6ef9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/fixture/tmpnet/network.go

+5
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,11 @@ func (n *Network) GetChainConfigContent() (string, error) {
913913
}
914914
}
915915

916+
// TODO(marun) Make debug or remove this line
917+
n.Log.Info("collected configs",
918+
zap.Any("chainConfigs", chainConfigs),
919+
)
920+
916921
marshaledChainConfigs, err := json.Marshal(chainConfigs)
917922
if err != nil {
918923
return "", fmt.Errorf("failed to marshal chain configs: %w", err)

0 commit comments

Comments
 (0)