edamame-load-test / edamame

A distributed load testing framework for real-time collaboration apps (HTTP and WebSockets)
5 stars 1 forks source link

log stdout if an error is encountered for more info on what the issue is #116

Closed westrachel closed 1 year ago

westrachel commented 1 year ago

Example: Created a cluster and then temporarily commented out the check for an existing edamame cluster in cluster.js (to force an error on purpose) and tried to re-execute edamame init. Before this pr's update to log stdout when an error was encountered, minimal error information was provided: beforeStdout

This update provides more info to the user about the issue: afterStdoutEdit