App Service Logs
data class AppServiceLogs(val applicationLogs: AppServiceLogsApplicationLogs? = null, val detailedErrorMessagesEnabled: Boolean? = null, val failedRequestTracingEnabled: Boolean? = null, val httpLogs: AppServiceLogsHttpLogs? = null)
Constructors
Link copied to clipboard
constructor(applicationLogs: AppServiceLogsApplicationLogs? = null, detailedErrorMessagesEnabled: Boolean? = null, failedRequestTracingEnabled: Boolean? = null, httpLogs: AppServiceLogsHttpLogs? = 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? Defaults to false
.
Link copied to clipboard
Should Failed request tracing
be enabled on this App Service? Defaults to false
.
Link copied to clipboard
An http_logs
block as defined below.