From the course: Learning Quarkus

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Logging in Quarkus

Logging in Quarkus

From the course: Learning Quarkus

Start my 1-month free trial

Logging in Quarkus

- [Instructor] Logging is a fundamental aspect of a running application. There should never be a time when you deploy to production, or even dev for that matter, without logging. So let's take a quick look at how easy logging is, with Quarkus. Now Quarkus supports many logging frameworks, and these logging frameworks, many of which you've used several times over, if you've ever done anything within the Java ecosystem. Now by default, you're going to get JBoss as the default logging framework. Now it's not my favorite by any means, but it does do the trick, and it will serve all of the needs for this course. Now, you do get standard logging behavior throughout any of your frameworks, and if you're using something other than Jboss there is a handler set up, so that you can use any of your existing logging frameworks to get their standard behavior. Now, configuration of the logs is actually very straightforward with…

Contents