AzureTableStorageApplicationLogsConfig interface
Application logs to Azure table storage configuration.
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