From 6775cfe170da3f0a9f11d3c47c95aec7e983872e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 8 Dec 2023 11:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95linux=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Progranm.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.API/Progranm.cs b/IRaCIS.Core.API/Progranm.cs index 38d818514..54ea2e37f 100644 --- a/IRaCIS.Core.API/Progranm.cs +++ b/IRaCIS.Core.API/Progranm.cs @@ -292,7 +292,11 @@ 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}"); }