Struct LogConfig
Defined in File log_types.hpp
Struct Documentation
-
struct LogConfig
Per-entity log configuration (query-time result cap and severity filter)
Note on max_entries: per the SOVD spec this should be a storage limit; in this implementation it is a query-time result cap (most recent N entries returned). A LogProvider plugin can implement true storage-limit semantics.