FileSystemApplicationLogsConfig Class
Application logs to file system configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelFileSystemApplicationLogsConfig
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python