Back to Envoy

Dynamic Modules Added Log Level Getter

changelogs/current/new_features/dynamic_modules__added-log-level-getter.rst

1.39.0326 B
Original Source

Added envoy_dynamic_module_callback_get_log_level ABI callback that returns the current effective log level of the dynamic modules logging stream. Exposed in the Rust SDK as get_log_level (with is_log_enabled to check a specific level) and on the Go HTTP filter handle as GetLogLevel and IsLogLevelEnabled.