You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We start multiple ProtoActor hosts in our integration tests. Their log output is mixed because you use a static logger in Cluster and some other classes. This makes it harder to investigate bugs. Could you refactor to use a constructor injection instead?