mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
safer log configuration
This commit is contained in:
@@ -65,7 +65,7 @@ namespace NzbDrone.Integration.Test
|
||||
[TestFixtureSetUp]
|
||||
public void SmokeTestSetup()
|
||||
{
|
||||
_runner = new NzbDroneRunner();
|
||||
_runner = new NzbDroneRunner(LogManager.GetCurrentClassLogger());
|
||||
_runner.KillAll();
|
||||
|
||||
_runner.Start();
|
||||
|
||||
Reference in New Issue
Block a user