multi: add persistent logger

This commit is contained in:
Oliver Gugger 2019-10-28 17:06:07 +01:00
parent 0d76d6e162
commit b574e344ea
No known key found for this signature in database
GPG key ID: 8E4256593F177720
18 changed files with 201 additions and 135 deletions

View file

@ -114,7 +114,7 @@ func createClientTestContext(t *testing.T,
runCtx,
statusChan,
)
logger.Errorf("client run: %v", err)
log.Errorf("client run: %v", err)
ctx.runErr <- err
}()