Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.1
-
Component/s: None
-
Labels:None
-
Edition:Community
-
Production Notes:None
Description
There are logs which are not written as JSON format despite enabling property "sonar.log.useJsonOutput".
Both are coming from ES:
```
warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release - from sh file
```
```
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. - we set it in the code - worth getting rid of it
see: org.sonar.application.command.EsJvmOptions#fromJvmDotOptionsFile
```
Fix issues associated with logs if possible.