removed some extra logging.

This commit is contained in:
kay.one
2013-08-05 15:24:54 -07:00
parent 256520c551
commit 748d00c5af
2 changed files with 3 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace NzbDrone.Integration.Test
protected ReleaseClient Releases;
protected IndexerClient Indexers;
static IntegrationTest()
private static void ResetLogger()
{
LogManager.Configuration = new LoggingConfiguration();
var consoleTarget = new ConsoleTarget { Layout = "${time} - ${logger} - ${message} ${exception}" };
@@ -53,6 +53,8 @@ namespace NzbDrone.Integration.Test
[SetUp]
public void SmokeTestSetup()
{
ResetLogger();
Container = MainAppContainerBuilder.BuildContainer(new string[0]);
Container.Register(typeof(IAppFolderInfo), new IntegrationTestFolderInfo());