You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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?The text was updated successfully, but these errors were encountered: