打印环境变量

This commit is contained in:
2022-05-26 09:32:37 +08:00
parent a06f2705e1
commit 6fbca07626
+3 -1
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)
{