No edit summary |
(Automatically adding template at the end of the page.) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== Memory | === Memory Information === | ||
If your turnkey site | If your turnkey site sets to "Show Debug Info" in the portal, the page <code>https://<yourSite>/'''Developer/Serverinfo'''</code> becomes available which will give you insights into application status. | ||
[[File:EcoSpace allocation info.png|none|thumb]] | |||
=== Logging === | === Logging === | ||
Turnkey also | Turnkey also has a Log directory, where deviations are written to log files. MDrivenServer has logging accessible from within the MDrivenServer UI. | ||
We use log4net to produce log files in | We use log4net to produce log files in Turnkey and MDrivenServer. Log4net has web.config sections you can change to write log files to other locations or other file names. | ||
[[File:2018-09-24 09h06 55.png|none|thumb|810x810px]] | [[File:2018-09-24 09h06 55.png|none|thumb|810x810px]] | ||
If you leave the web.config as is we will write logs to a folder under your root called Logs. | If you leave the web.config as is, we will write logs to a folder under your root called Logs. | ||
The IIS account running your app must have | The IIS account running your app must have written access for logging to be successful. | ||
[[Category:MDriven Turnkey]] | |||
[[Category:MDriven Server]] | |||
{{Edited|July|12|2024}} |
Latest revision as of 15:46, 10 February 2024
Memory Information
If your turnkey site sets to "Show Debug Info" in the portal, the page https://<yourSite>/Developer/Serverinfo
becomes available which will give you insights into application status.
Logging
Turnkey also has a Log directory, where deviations are written to log files. MDrivenServer has logging accessible from within the MDrivenServer UI.
We use log4net to produce log files in Turnkey and MDrivenServer. Log4net has web.config sections you can change to write log files to other locations or other file names.
If you leave the web.config as is, we will write logs to a folder under your root called Logs.
The IIS account running your app must have written access for logging to be successful.