打印环境变量

Test.EIImageViewer
hang 2022-05-26 09:32:37 +08:00
parent a06f2705e1
commit 6fbca07626
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,6 @@ namespace IRaCIS.Core.API
})
.Build();
Log.Logger.Warning($"当前环境:{environment}");
NewId.SetProcessIdProvider(new CurrentProcessIdProvider());
@ -55,6 +54,9 @@ namespace IRaCIS.Core.API
host.Run();
Log.Logger.Warning($"当前环境:{environment}");
}
catch (Exception e)
{