mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
fixed broken build.
This commit is contained in:
parent
0486b610c0
commit
389201a9eb
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ public abstract class IntegrationTest
|
|||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue