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/MicrosoftLoggingWrapper.cs
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright 2020 New Relic, Inc. All rights reserved.
1
+
// Copyright 2020 New Relic, Inc. All rights reserved.
agent.Logger.Log(Level.Warn,$"Unexpected exception while attempting to get context data. Context data is not supported for this logging framework. Exception: {e}");
114
+
agent.Logger.Log(Level.Warn,e,$"Unexpected exception while attempting to get context data. Context data is not supported for this logging framework.");
0 commit comments