Skip to content

Commit fac2b9a

Browse files
Fix default logLevel testingConfig (#2617)
1 parent 5f0b4c4 commit fac2b9a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/Elastic.Apm.Tests.Utilities/TestingConfig.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ internal MutableSnapshot(IRawConfigSnapshot rawConfigSnapshot, ITestOutputHelper
252252

253253
optionMetadata.ParseAndSetProperty(rawConfigSnapshot, this, parsingLogger);
254254
}
255-
if (IsRunningInIde)
256-
LogLevel = LogLevel.Trace;
257255

258256
IApmLogger BuildXunitOutputLogger(LogLevel logLevel)
259257
{

0 commit comments

Comments
 (0)