; I want to disable the sonar analysis logs during mvn test coming from
>> the
>> > below plugin.
>> >
>> >
>> > org.sonarsource.scanner.maven
>> > sonar-maven-plugin
>> > 3.9.1.2184
>> >
>> >
>> >
>> >
gt; below plugin.
> >
> >
> > org.sonarsource.scanner.maven
> > sonar-maven-plugin
> > 3.9.1.2184
> >
> >
> >
> > As per this discussion
> > <
> >
> https://community.sonarsource.com/t/turn-off-console-logging-sonar-log-level/45771
not support this. So I tried the solution suggested here
> <https://stackoverflow.com/a/49035439/785523> to change log level of a
> maven plugin by passing
> -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.sonar=warn with mvn
> test. But it is not working and I am still seein
upport this. So I tried the solution suggested here
<https://stackoverflow.com/a/49035439/785523> to change log level of a
maven plugin by passing
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.sonar=warn with mvn
test. But it is not working and I am still seeing INFO logs like below
2