Compare commits

..

No commits in common. "c909dee4aa5de322904494fc0f917259300880fe" and "995b612537c25710ac8fc771f13b31e2e0ecfd9f" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -292,11 +292,7 @@ try
app.Run();
Log.Logger.Warning($"ContentRootPath{env.ContentRootPath}");
Log.Logger.Warning($"ContentRootPath——GetParent-notriem{Directory.GetParent(env.ContentRootPath).FullName}");
Log.Logger.Warning($"ContentRootPath——GetParent{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
}