Preface
As an application developer, you can use logging to view and record messages about events that occur while your application is running. Log messages provide information that you can use to debug your application during development and testing, and to monitor your application in a production environment.
Prerequisites
Have OpenJDK (JDK) 11 installed and the
JAVA_HOME
environment variable set to specify the location of the Java SDK.- Log in to the Red Hat Customer Portal to download Red Hat build of Open JDK from the Software Downloads page.
Have Apache Maven 3.6.2 or higher installed.
- Download Maven from the Apache Maven Project website.
Have a Quarkus Maven project.
- For information on how to create Quarkus applications with Maven, see Developing and compiling your Quarkus applications with Apache Maven.