Removed Nyaa Integration tests and increased logging detail during integration tests.

This commit is contained in:
Taloth Saldono
2019-07-09 21:46:10 +01:00
committed by ta264
parent 59b40bd032
commit 84f707c51b
3 changed files with 7 additions and 34 deletions

View File

@@ -36,6 +36,11 @@ namespace NzbDrone.Integration.Test
Protocol = Core.Indexers.DownloadProtocol.Usenet,
Fields = SchemaBuilder.ToSchema(new NewznabSettings())
});
// Change Console Log Level to Debug so we get more details.
var config = HostConfig.Get(1);
config.ConsoleLogLevel = "Debug";
HostConfig.Put(config);
}
protected override void StopTestTarget()