Is it possible to make the Sonarqube logs as JASON format

i am Using SonarQube 7.9.1 developer version ,
kindly Is it possible to make the Sonarqube logs as JASON format ,if Yes how can we do it.

Hi @HarishVE and welcome to the community :wave:

i guess you mean JSON right? this is only possible for SonarQube 9.1 and newer and can be activated with setting the environment variable SONAR_LOG_JSONOUTPUT or the property sonar.log.jsonOutput to true.

hope that helps :slight_smile: