Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 945 Bytes

File metadata and controls

33 lines (25 loc) · 945 Bytes
versionFrom meta.Title meta.Description state verified-against update-links
9.0.0
Umbraco Debug Settings
Information on debug settings section
complete
beta-3
true

Debug settings

This section contains configurations regarding debugging, and should therefore only be used in development.

The debug section has two settings you can configure, "LogIncompletedScopes" and "DumpOnTimeoutThreadAbort", both of these are false by default:

"Umbraco": {
  "CMS": {
    "Debug": {
      "LogIncompletedScopes": false,
      "DumpOnTimeoutThreadAbort": false
    }
  }
}

Log incompleted scopes

If this value is set to true, any scope that gets disposed without first being completed will trigger a log entry containing the stacktrace.

DumpOnTimeoutThreadAbort

If this value is set to true a memory dump will be taken if a thread aborts due to a timeout, this dump will be saved to /umbraco/Data/MiniDump