smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Errors not logged when berserker is run in async mode #55

Open vajda opened 6 years ago

vajda commented 6 years ago

Usually when Berserker configuration is prototyped, errors can occur rendering berserker not to work as expected. Error messages in form of exceptions in log are visible when Berserker is running in sync mode, but when running in async mode, errors are not visible. Errors should be visible in async mode as well.