### Feature or Problem Description I would like to be able to have json formatted logs from the registry. ### Proposed Solution Add the following dependency ``` <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-logging-json</artifactId> </dependency> ```