Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Logging

A. Soroka edited this page May 24, 2019 · 1 revision

Trellis/Cassandra ships with Logback for logging. To enable and configure logging, configure Logback via:

-Dorg.jboss.logging.provider=slf4j  -Dlogback.configurationFile=/your/logback/config

Because Trellis/Cassandra lifts java.util.logging over SLF4J, any Logback configuration should use Logback's LevelChangePropagator. You can do this in an XML Logback configuration file via:

  <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
Clone this wiki locally