tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
759 stars 69 forks source link

extra debug displayed when errors are received #534

Closed jeremyandrews closed 1 year ago

jeremyandrews commented 1 year ago

The following output is unintentionally generated when the Goose logger thread processes an error:

reveived GooseLog::Error message!

Not only is the message misspelled, but it was temporary debug that was never intended to be committed into the codebase. It should be removed.