FileSystemHttpLogsConfig Class
Http logs to file system configuration.
- Inheritance
-
FileSystemHttpLogsConfig
Constructor
FileSystemHttpLogsConfig(*, retention_in_mb: Optional[int] = None, retention_in_days: Optional[int] = None, enabled: Optional[bool] = None, **kwargs)
Parameters
- retention_in_mb
- int
Required
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
- int
Required
Retention in days. Remove files older than X days. 0 or lower means no retention.
- enabled
- bool
Required
True if configuration is enabled, false if it is disabled and null if configuration is not set.
Feedback
Submit and view feedback for