Introduces some documentation on tracking down the cause of bugs aimed at absolute beginner shotover developers.
Includes shotover specific guidance as well as general rust guidance.
While writing the docs I noticed that shotover defaults to log level INFO while the integration tests default to log level WARN, rather than documenting the mismatch I just fixed it so that the integration tests log at INFO level.
Introduces some documentation on tracking down the cause of bugs aimed at absolute beginner shotover developers. Includes shotover specific guidance as well as general rust guidance.
While writing the docs I noticed that shotover defaults to log level
INFO
while the integration tests default to log levelWARN
, rather than documenting the mismatch I just fixed it so that the integration tests log at INFO level.