Configure a Java application to send application logs to Oracle Cloud Infrastructure (OCI) Logging using the Graal Development Kit for Micronaut (GDK)
This repo contains the sample code used in the Live Labs workshop --> Configure a Java application to send application logs to Oracle Cloud Infrastructure (OCI) Logging using the Graal Development Kit for Micronaut (GDK)
git init lab
cd lab
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-logging-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main