Class Constants.AppSettings.Debug
Debug specific web.config AppSetting keys for Umbraco
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Debug
Remarks
Do not use these keys in a production environment
Fields
View SourceDatabaseFactoryServerVersion
TODO: FILL ME IN
Declaration
public const string DatabaseFactoryServerVersion = "Umbraco.Core.Debug.DatabaseFactoryServerVersion"
Field Value
Type | Description |
---|---|
System.String |
DumpOnTimeoutThreadAbort
When set to true, the Logger creates a mini dump of w3wp in ~/App_Data/MiniDump whenever it logs an error due to a ThreadAbortException that is due to a timeout.
Declaration
public const string DumpOnTimeoutThreadAbort = "Umbraco.Core.Debug.DumpOnTimeoutThreadAbort"
Field Value
Type | Description |
---|---|
System.String |
LogUncompletedScopes
When set to true, Scope logs the stack trace for any scope that gets disposed without being completed. this helps troubleshooting rogue scopes that we forget to complete
Declaration
public const string LogUncompletedScopes = "Umbraco.Core.Debug.LogUncompletedScopes"
Field Value
Type | Description |
---|---|
System.String |