We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f7d9e commit d9864b1Copy full SHA for d9864b1
src/OpenTelemetry/Internal/SelfDiagnosticsConfigParser.cs
@@ -118,7 +118,6 @@ public bool TryGetConfiguration(
118
119
internal static bool TryParseLogDirectory(
120
string configJson,
121
- [NotNullWhen(true)]
122
out string logDirectory)
123
{
124
var logDirectoryResult = LogDirectoryRegex.Match(configJson);
0 commit comments