mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fixed broken build.
This commit is contained in:
@@ -41,8 +41,6 @@ namespace NzbDrone.Integration.Test
|
|||||||
|
|
||||||
static IntegrationTest()
|
static IntegrationTest()
|
||||||
{
|
{
|
||||||
LogManager.Configuration.Reload();
|
|
||||||
|
|
||||||
LogManager.Configuration = new LoggingConfiguration();
|
LogManager.Configuration = new LoggingConfiguration();
|
||||||
var consoleTarget = new ConsoleTarget { Layout = "${time} - ${logger} - ${message} ${exception}" };
|
var consoleTarget = new ConsoleTarget { Layout = "${time} - ${logger} - ${message} ${exception}" };
|
||||||
LogManager.Configuration.AddTarget(consoleTarget.GetType().Name, consoleTarget);
|
LogManager.Configuration.AddTarget(consoleTarget.GetType().Name, consoleTarget);
|
||||||
|
|||||||
Reference in New Issue
Block a user