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