FileSystemHttpLogsConfig Class
Http logs to file system configuration.
Constructor
FileSystemHttpLogsConfig(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
retention_in_mb
|
Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100. |
|
retention_in_days
|
Retention in days. Remove files older than X days. 0 or lower means no retention. |
|
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |
Attributes
enabled
True if configuration is enabled, false if it is disabled and null if configuration is not set.
enabled: bool | None
retention_in_days
Retention in days. Remove files older than X days. 0 or lower means no retention.
retention_in_days: int | None
retention_in_mb
Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.
retention_in_mb: int | None