Slot Logs
data class SlotLogs(val applicationLogs: SlotLogsApplicationLogs? = null, val detailedErrorMessagesEnabled: Boolean? = null, val failedRequestTracingEnabled: Boolean? = null, val httpLogs: SlotLogsHttpLogs? = null)
Constructors
Link copied to clipboard
constructor(applicationLogs: SlotLogsApplicationLogs? = null, detailedErrorMessagesEnabled: Boolean? = null, failedRequestTracingEnabled: Boolean? = null, httpLogs: SlotLogsHttpLogs? = null)
Properties
Link copied to clipboard
An application_logs block as defined below.
Link copied to clipboard
Should Detailed error messages be enabled on this App Service slot? Defaults to false.
Link copied to clipboard
Should Failed request tracing be enabled on this App Service slot? Defaults to false.
Link copied to clipboard
An http_logs block as defined below.