hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

feat(test-env): Preserve test env logs on crash #4959

Closed DCNick3 closed 2 months ago

DCNick3 commented 2 months ago

Description

  1. Kill iroha but keep logs if waiting for genesis fails
  2. Rename log files to make them not hidden by UNIX conventions

Linked issue

Closes #4814

Benefits

  1. Allows you to debug problems that lead to genesis not being committed
  2. Log files not being hidden reduces surprises (I had to look into code two times already to find them)

Checklist