Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
haga-rak committed Nov 16, 2023
2 parents f705aa3 + 866a9a8 commit 037b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fluxzy.Core/Clients/H2Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ static H2Logger()
_directory = new DirectoryInfo(Path.Combine(loggerPath, "h2")).FullName;
_directory = Path.Combine(_directory, DebugContext.ReferenceString);

Directory.CreateDirectory(_directory);

var hosts = Environment.GetEnvironmentVariable("EnableH2TracingFilterHosts");

Expand All @@ -45,6 +44,7 @@ static H2Logger()
return;
}

Directory.CreateDirectory(_directory);
AuthorizedHosts = null;
}

Expand Down

0 comments on commit 037b189

Please sign in to comment.