Re: Change log level of a maven plugin

2022-11-09 Thread Debraj Manna
; 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 >> > >> > >> > >> >

Re: Change log level of a maven plugin

2022-11-08 Thread Debraj Manna
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

Re: Change log level of a maven plugin

2022-11-08 Thread Slawomir Jaranowski
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

Change log level of a maven plugin

2022-11-08 Thread Debraj Manna
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