mirror of https://github.com/lidarr/Lidarr
fixed broken build.
This commit is contained in:
parent
0486b610c0
commit
389201a9eb
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue