FileSystemApplicationLogsConfig Class

Application logs to file system configuration.

Constructor

FileSystemApplicationLogsConfig(*args: Any, **kwargs: Any)

Variables

Name Description
level

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

Attributes

level

"Off", "Verbose", "Information", "Warning", and "Error".

level: str | _models.LogLevel | None