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

Make debug and verbose options #10

Open
nikravi opened this issue Feb 12, 2016 · 2 comments
Open

Make debug and verbose options #10

nikravi opened this issue Feb 12, 2016 · 2 comments

Comments

@nikravi
Copy link

nikravi commented Feb 12, 2016

Sonar runner is set up with -X and outputs too much information. Would be nice to have it as parameter (debug), also turning off all INFO messages, but I tried the -Dsonar.verbose=false from https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Get-debug-information without success. What do you think?

@nikravi
Copy link
Author

nikravi commented Feb 12, 2016

If it's not possible to silent sonar runner, maybe we can hide the 'stdout' info

process.stdout.on('data', function (c) {
                    gutil.log(c);
                });

@h36yang
Copy link

h36yang commented Nov 6, 2017

@machellerogden
grunt-sonar-runner has a "debug" option in the parameters to enable/disable debug logging. Do you think you could add the same support to gulp-sonar? E.g. when debug: false, you could hide the stdout logs.

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