diff --git a/IRaCIS.Core.API/Progranm.cs b/IRaCIS.Core.API/Progranm.cs index 83d58d0b9..32c083754 100644 --- a/IRaCIS.Core.API/Progranm.cs +++ b/IRaCIS.Core.API/Progranm.cs @@ -295,6 +295,8 @@ try Log.Logger.Warning($"ContentRootPath——GetParent:{Path.GetDirectoryName(env.ContentRootPath)}"); + Log.Logger.Warning($"ContentRootPath——xx:{Path.GetFullPath(Path.GetDirectoryName(env.ContentRootPath))}"); + app.Run(); }