Skip to content

Latest commit

 

History

History

logback

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting Started with Stackdriver Logging using Logback

Open in Cloud Shell

Stackdriver Logging allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services.

These sample Java applications demonstrate how to write logs to Stackdriver using Logback appender for Google Cloud Client Library for Java.

Setup

Install Maven.

Build your project with:

mvn clean package -DskipTests

Setup authentication using a service account.

Configuration

Update logback.xml to configure the appender.

More information on Logback configuration can be found here.

Enhancers

ExampleEnhancer.java provides an example of enhancing log entries with additional labels.

Writing log entries

mvn exec:java -Dexec.mainClass=com.example.logging.logback.Quickstart         

Logs can be viewed using the Logs Viewer Console.