Merge Netcore: Use serilog to log all messages and use appsettings as config into Netcore/feature/migrate logging

This commit is contained in:
Mole
2020-09-22 15:09:16 +02:00
23 changed files with 362 additions and 305 deletions

View File

@@ -236,6 +236,7 @@ namespace Umbraco.Tests.Integration.Testing
GetType().Assembly,
AppCaches.NoCache, // Disable caches for integration tests
TestHelper.GetLoggingConfiguration(),
Configuration,
CreateTestRuntime,
out _);