How to disable scan logs in scan run

is there a way that I skip displaying logs when scanner starts? ex below commands shows all the files it is scanning. can i disable that by providing any option in cli?

    sonar-scanner \
        -Dsonar.projectKey=Project \
        -Dsonar.sources=src/services/$svc/ \
        -Dsonar.projectName=project \
        -Dsonar.coverageReportPaths=coverage.xml

Hey there.

This isn’t possible. Can you explain a bit more why you want to limit/silence the log output?

Hi,

what about redirecting stdout and stderr ?