✅ How to enable Json logging in Quarkus | Quarkus Tutorial

⌚ Timestamps
00:00 Introduction | Quarkus Tutorial

GitHub Repository: https://github.com/GiuseppeScaramuzzino/quarkus-logging

What is Quarkus?
Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus is a MicroProfile implementation that focuses on efficiently running Java applications in containers in general and Kubernetes in particular. The MicroProfile project is aimed at
optimizing Enterprise Java for the microservices architecture.
https://quarkus.io/

What is Quarkus Logging?
Internally, Quarkus uses JBoss Log Manager and the JBoss Logging facade. You can use the JBoss Logging facade inside your code as it’s already provided, or any of the supported Logging API listed in the next chapter as Quarkus will send them to JBoss Log Manager. All the logging configuration will then be done inside your application.properties

#quarkus #json #java

How to Enable JSON Logging in Quarkus | Quarkus Tutorial | QUARKUS | Java | Logger | CloudNative
2.65 GEEK