Storage backend configuration.
More...
#include <entropic/types/config.h>
Storage backend configuration.
- Version
- 1.9.5
Definition at line 496 of file config.h.
◆ audit_log
Audit log settings (v1.9.5)
Definition at line 501 of file config.h.
◆ db_path
| std::filesystem::path entropic::StorageConfig::db_path |
SQLite database path (derived from config_dir)
Definition at line 498 of file config.h.
◆ enabled
| bool entropic::StorageConfig::enabled = true |
Enable storage backend.
Definition at line 497 of file config.h.
◆ log_max_file_size
| size_t entropic::StorageConfig::log_max_file_size = 10 * 1024 * 1024 |
Max log file size before rotation (10MB)
Definition at line 499 of file config.h.
◆ log_max_files
| size_t entropic::StorageConfig::log_max_files = 3 |
Max rotated log files to keep.
Definition at line 500 of file config.h.
The documentation for this struct was generated from the following file: