remove Runtime from System Info
This commit is contained in:
parent
8e499d164a
commit
c5de56790a
|
@ -46,8 +46,7 @@ namespace Oqtane.Controllers
|
||||||
break;
|
break;
|
||||||
case "configuration":
|
case "configuration":
|
||||||
systeminfo.Add("InstallationId", _configManager.GetInstallationId());
|
systeminfo.Add("InstallationId", _configManager.GetInstallationId());
|
||||||
systeminfo.Add("Runtime", _configManager.GetSetting("Runtime", "Server"));
|
systeminfo.Add("RenderMode", _configManager.GetSetting("RenderMode", RenderModes.InteractiveServer));
|
||||||
systeminfo.Add("RenderMode", _configManager.GetSetting("RenderMode", "ServerPrerendered"));
|
|
||||||
systeminfo.Add("DetailedErrors", _configManager.GetSetting("DetailedErrors", "false"));
|
systeminfo.Add("DetailedErrors", _configManager.GetSetting("DetailedErrors", "false"));
|
||||||
systeminfo.Add("Logging:LogLevel:Default", _configManager.GetSetting("Logging:LogLevel:Default", "Information"));
|
systeminfo.Add("Logging:LogLevel:Default", _configManager.GetSetting("Logging:LogLevel:Default", "Information"));
|
||||||
systeminfo.Add("Logging:LogLevel:Notify", _configManager.GetSetting("Logging:LogLevel:Notify", "Error"));
|
systeminfo.Add("Logging:LogLevel:Notify", _configManager.GetSetting("Logging:LogLevel:Notify", "Error"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user