tokio-rs / turmoil

Add hardship to your tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the tracing sink configurable

mcches opened this issue · comments

Tracing currently accepts a path to a file. Make this more flexible by accepting any Write. Using stdout out is useful for short running tests.

Perhaps we ought to just consider leaning on the tracing framework for this rather than something custom.

The current logging has been removed. A new issue will be opened to re-implement.