Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::StorageConfig Struct Reference

Storage backend configuration. More...

#include <entropic/types/config.h>

Collaboration diagram for entropic::StorageConfig:

Public Attributes

bool enabled = true
 Enable storage backend.
 
std::filesystem::path db_path
 SQLite database path (derived from config_dir)
 
size_t log_max_file_size = 10 * 1024 * 1024
 Max log file size before rotation (10MB)
 
size_t log_max_files = 3
 Max rotated log files to keep.
 
AuditLogConfig audit_log
 Audit log settings (v1.9.5)
 

Detailed Description

Storage backend configuration.

Version
1.9.5

Definition at line 496 of file config.h.

Member Data Documentation

◆ audit_log

AuditLogConfig entropic::StorageConfig::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: