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
Fixes tests creating multiple log files in home directory
The problem was we were setting up the logger multiple times
durring the test's lifecycle.
We should only have one global logger setup durring the tests.
Closes#309
0 commit comments