diff --git a/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs b/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs index 35e7c8f92..ad3df1b63 100644 --- a/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs +++ b/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs @@ -36,6 +36,7 @@ public ExpectedErrorTests(RemoteServiceFixtures.AspNetCoreMvcBasicRequestsFixtur configModifier.AddExpectedStatusCodes("410-450") .AddExpectedErrorMessages("System.Exception", new List { "test exception"}) .AddExpectedErrorClasses(new List { "AspNetCoreMvcBasicRequestsApplication.Controllers.CustomExceptionClass" }); + configModifier.SetLogLevel("finest"); }, exerciseApplication: () => {