removes last log4net strings i can find

This commit is contained in:
Shannon
2018-08-27 16:49:54 +10:00
parent 24f91f1917
commit 06d08e2cb1
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ namespace Umbraco.Tests.UmbracoExamine
[OneTimeSetUp]
public void InitializeFixture()
{
var logger = new Logger(new FileInfo(TestHelper.MapPathForTest("~/unit-test-log4net.config")));
var logger = new Logger(new FileInfo(TestHelper.MapPathForTest("~/unit-test.config")));
_profilingLogger = new ProfilingLogger(logger, new LogProfiler(logger));
}