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

Stop printing log messages on stderr #57

Closed
tperami opened this issue May 7, 2020 · 4 comments
Closed

Stop printing log messages on stderr #57

tperami opened this issue May 7, 2020 · 4 comments

Comments

@tperami
Copy link

tperami commented May 7, 2020

I'm using qtest as part of dune and it is very annoying for me that qtest prints some log output on stderr when everything is going normally. For example

Extraction : `src/modulename.ml' Done.

Either this output should be entirely suppressed or a --quiet option could be added to suppress it.

@c-cube c-cube closed this as completed in 12bc9b6 May 8, 2020
@c-cube
Copy link
Collaborator

c-cube commented May 8, 2020

would you mind testing on master with --quiet?

@tperami
Copy link
Author

tperami commented May 8, 2020

It stopped printing Extraction : and Done. but it still prints the name of the processed files in between.

@c-cube
Copy link
Collaborator

c-cube commented May 8, 2020

my bad. should be fixed now.

@tperami
Copy link
Author

tperami commented May 8, 2020

Seems good to me! Thank you very much!

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

No branches or pull requests

2 participants