You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Agent/NewRelic/Agent/Extensions/Providers/Wrapper/MicrosoftExtensionsLogging/AddProviderRegistrationWrapper.cs
+5-11
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,14 @@ public CanWrapResponse CanWrap(InstrumentedMethodInfo methodInfo)
Copy file name to clipboardExpand all lines: src/Agent/NewRelic/Agent/Extensions/Providers/Wrapper/MicrosoftExtensionsLogging/MicrosoftLoggingWrapper.cs
// NLog treats and stores Properties and Scope Context differently. If we need to add support for older versions of NLog, it's two calls instead of GetAllProperties():
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/IntegrationTestHelpers/AgentLogBase.cs
-3
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,6 @@ public abstract class AgentLogBase
69
69
publicconststringSpanStreamingSuccessfullyProcessedByServerResponseLogLineRegex=FinestLogLinePrefixRegex+@"SpanStreamingService: consumer \d+ - Received gRPC Server response messages: (\d+)";
70
70
publicconststringSpanStreamingResponseGrpcError=FinestLogLinePrefixRegex+@"ResponseStreamWrapper: consumer \d+ - gRPC RpcException encountered while handling gRPC server responses: (.*)";
71
71
72
-
// ContextData related messages
73
-
publicconststringContextDataNotSupportedLogLineRegex=WarnLogLinePrefixRegex+@".* Context data is not supported for this logging framework.";
0 commit comments