mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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