Hans Karlsen (talk | contribs) No edit summary |
(Automatically adding template at the end of the page.) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
If your turnkey site | === Memory Information === | ||
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]] | |||
Turnkey also | === Logging === | ||
Turnkey also has a Log directory, where deviations are written to log files. MDrivenServer has logging accessible from within the MDrivenServer UI. | |||
MDrivenServer has logging | 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]] | |||
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. | |||
[[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.