ChainSafe/gossamer

Updates logs to report when node has started to conform with ZombieNet's start check

Closed this issue ยท 1 comments

Issue summary

  • ZombieNet greps node log files looking for regular expression 'Listening for new connections|Running JSON-RPC' to determine that a node has started. Gossamer nodes do not use either of these terms when reporting it's started.
  • Update gossamer node to output message to log Listening for new connections or Running JSON-RPC when it's started so that ZombieNet will be aware it's started.

Other information and links

  • https://github.com/paritytech/zombienet
  • Example command to start ZombieNet with debug logging: DEBUG=zombie* ./zombienet-linux-x64 spawn --provider native examples/0001-small-network-gossamer.toml

๐ŸŽ‰ This issue has been resolved in version 0.8.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€