mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
safer log configuration
This commit is contained in:
parent
b7b4c568be
commit
0a341199a8
33 changed files with 281 additions and 296 deletions
|
|
@ -65,7 +65,7 @@ namespace NzbDrone.Integration.Test
|
|||
[TestFixtureSetUp]
|
||||
public void SmokeTestSetup()
|
||||
{
|
||||
_runner = new NzbDroneRunner();
|
||||
_runner = new NzbDroneRunner(LogManager.GetCurrentClassLogger());
|
||||
_runner.KillAll();
|
||||
|
||||
_runner.Start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue