FileSystemApplicationLogsConfig Class

Application logs to file system configuration.

Inheritance
azure.mgmt.web._serialization.Model
FileSystemApplicationLogsConfig

Constructor

FileSystemApplicationLogsConfig(*, level: str | _models.LogLevel | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
level

Log level. Known values are: "Off", "Verbose", "Information", "Warning", and "Error".

Variables

Name Description
level

Log level. Known values are: "Off", "Verbose", "Information", "Warning", and "Error".