Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging testing #849

Open
Tracked by #945
jcchavezs opened this issue Jul 20, 2023 · 1 comment
Open
Tracked by #945

Logging testing #849

jcchavezs opened this issue Jul 20, 2023 · 1 comment
Labels
bug Something isn't working v3.1

Comments

@jcchavezs
Copy link
Member

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:

  1. identifying the critial outcomes from logs
  2. add tests that assert correctness around them
  3. Close all the aforementioned issues
@jcchavezs jcchavezs added bug Something isn't working v3.1 labels Jul 20, 2023
@fzipi
Copy link
Member

fzipi commented Jul 26, 2023

This epic should reflect that there are three different kinds of logs:

  • error
  • audit
  • debug

@jptosso jptosso mentioned this issue Dec 19, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v3.1
Projects
None yet
Development

No branches or pull requests

2 participants