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

Unable to lower the the verbosity of test execution #1

Open
ssbarnea opened this issue Nov 27, 2017 · 0 comments
Open

Unable to lower the the verbosity of test execution #1

ssbarnea opened this issue Nov 27, 2017 · 0 comments

Comments

@ssbarnea
Copy link

I have to run jenkinslib testing on ~1100 jobs end so far I was unable to find a way to lower the console verbosity in order to make it bearable.

Loading shared library ....
   foo
      bar
         ....

I know that I can always redirect the entire maven output to a file but this would make the console totally silent which is not desired when you run 1000 "tests".

I need a way to control the verbosity so I can display only one line per successful execution. I don't mind if the output is very verbose in case of failure, but for non failures it should be brief.

I am not sure where this text it coming from but at least inside my tests I was able to replace println with use of logger which has various logging levels which allow to tune in/out verbosity.

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

1 participant