/scalyr-logback

Scalyr support for Logback logging

Primary LanguageJavaApache License 2.0Apache-2.0

Scalyr Logback Appender

This library provides a simple Appender implementation to send log messages to the Scalyr logging service using logback or log4J. With this library, any Java code which uses the log4j or logback APIs can easily integrate with Scalyr.

To use this Appender:

  1. Download the Java client library from scalyr.com/binaries/scalyrApi.jar, and add it to your project.

  2. Download scalyrLogback.jar or scalyrLog4J.jar and add it to your project.

a) LogBack: In your logback configuration file, add a com.scalyr.logback.ScalyrAppender. See sample logback.groovy b) Log4J: In your log4J configuration file, add a com.scalyr.log4j.ScalyrAppender. See sample log4j.properties

  1. Once you have log messages flowing into Scalyr, you can set up parsing rules. The easiest way to do that is to go to https://www.scalyr.com/parsers?parser=logback and click the "Leave It to Us" button. This will send a sample of your log data to the Scalyr staff, and we'll respond the same day with a custom-built parser.

See src/com/scalyr/logback/test/Test.java for usage examples.