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
We would like debug logs to go to Envoy logs when loading coraza as a wasm filter. Currently DebugLogger is a struct and can only direct logs to log.Logger, it would be nice if it were an interface that can have the current implementation or a custom one. @jptosso does this sound reasonable?
The text was updated successfully, but these errors were encountered:
Summary
Allow a custom
DebugLogger
implementationBasic example
Motivation
We would like debug logs to go to Envoy logs when loading coraza as a wasm filter. Currently
DebugLogger
is a struct and can only direct logs tolog.Logger
, it would be nice if it were an interface that can have the current implementation or a custom one. @jptosso does this sound reasonable?The text was updated successfully, but these errors were encountered: