AppServiceLogsApplicationLogs

data class AppServiceLogsApplicationLogs(val azureBlobStorage: AppServiceLogsApplicationLogsAzureBlobStorage? = null, val fileSystemLevel: String? = null)

Constructors

Link copied to clipboard
constructor(azureBlobStorage: AppServiceLogsApplicationLogsAzureBlobStorage? = null, fileSystemLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An azure_blob_storage block as defined below.

Link copied to clipboard
val fileSystemLevel: String? = null

Log level for filesystem based logging. Supported values are Error, Information, Verbose, Warning and Off. Defaults to Off.