Share via


AzureTableStorageApplicationLogsConfig interface

Application logs to Azure table storage configuration.

Properties

level

Log level.

sasUrl

SAS URL to an Azure table with add/query/delete permissions.

Property Details

level

Log level.

level?: "Warning" | "Information" | "Off" | "Verbose" | "Error"

Property Value

"Warning" | "Information" | "Off" | "Verbose" | "Error"

sasUrl

SAS URL to an Azure table with add/query/delete permissions.

sasUrl: string

Property Value

string