You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module can be used to configure the settings available in the ui under System -> Settings -> Logging
Minimum Viable Product (MVP)
module: system_settings_loggingshort_description: Configure logging settingsdescription:
- Module to configure system loggingoptions:
preserve_logs:
description: "Number of logs to preserve. By default 31 logs are preserved. When no max filesize is offered or the logs are smaller than the the size requested, this equals the number of days."type: intrequired: falsemax_log_filesize_mb:
description: "Maximum filesize per log file, when set and a logfile exceeds the amount specified, it will be rotated."type: intrequired: false
Examples
---
- name: Set the number of logs to preserve to 10puzzle.opnsense.system_settings_logging:
preserve_logs: 10
---
- name: Set max log filesize to 5MBpuzzle.opnsense.system_settings_logging:
max_log_filesize_mb: 5
The text was updated successfully, but these errors were encountered:
Module Description
This module can be used to configure the settings available in the ui under
System
->Settings
->Logging
Minimum Viable Product (MVP)
Examples
The text was updated successfully, but these errors were encountered: