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

Introduce a custom logger #80

Merged
merged 4 commits into from
Oct 1, 2022
Merged

Conversation

theofidry
Copy link
Collaborator

A significant part of the code is about logging, which in the current state is both hard to test (even manually) and very unstable (it is the constant source of test failure).

This PR introduces a dedicated logger which we can later manage to inject and will allow to have better control of the parallel processing output during the tests as well as testing the output itself.

I also think the logger itself will need rework, but this is for later. This PR focuses on giving the exact same output.

@theofidry theofidry merged commit c22e03b into webmozarts:master Oct 1, 2022
@theofidry theofidry deleted the feature/logger branch October 1, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant