Skip to content
Florian Sellmayr edited this page Dec 30, 2015 · 1 revision

LambdaCD uses Logback as a logging framework.

No special logging configuration is shipped by default which can make the output very noisy. You can use all the normal ways to configure logback to change this. For example, place a logback.xml file in your projects resources folder. The LambdaCD repo contains an example that configures Logback to stdout and makes the output less noisy.

For details, refer to the Logback Manual.