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 #105

Open
martinezmatias opened this issue Sep 28, 2021 · 1 comment
Open

Logging #105

martinezmatias opened this issue Sep 28, 2021 · 1 comment

Comments

@martinezmatias
Copy link
Collaborator

When I change the log level in Astor to Debug, Flacoco (or TestRunner) prints the coverage results.
The large amount of info printed produces that I cannot continue with the debugging.

The problem is in:
DEBUG CoverageRunner OnlineCoveredTestResultPerTestMethodImpl

@andre15silva
Copy link
Member

This is true for large projects, since we output the entire coverage result per test at the debug level.

We should, instead, output it to a file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants