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
While usually logs are not part of the public API because they are not something people are supposed to consume in a consistent or programatic way, it looks like in a WAF (by popular demand) they are crucial when it comes to operating a system that consumes this library in any way.
Hence, because software is built on top of use cases, for coraza specifically, we should be assuring that logs are also something to consider when it comes to production readiness.
Expected result
The outcome of this epic should be:
identifying the critial outcomes from logs
add tests that assert correctness around them
Close all the aforementioned issues
The text was updated successfully, but these errors were encountered:
Description
Over the last months we have been receiving issues from users that involve log output in different parts of the library and connectors. For example:
While usually logs are not part of the public API because they are not something people are supposed to consume in a consistent or programatic way, it looks like in a WAF (by popular demand) they are crucial when it comes to operating a system that consumes this library in any way.
Hence, because software is built on top of use cases, for coraza specifically, we should be assuring that logs are also something to consider when it comes to production readiness.
Expected result
The outcome of this epic should be:
The text was updated successfully, but these errors were encountered: