You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/25 04:05:47 UTC

[Cassandra Wiki] Update of "GettingStarted" by DaveBrosius

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "GettingStarted" page has been changed by DaveBrosius:
https://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=96&rev2=97

Comment:
document logback for 2.1+

  {{{
  log4j.appender.R.File=/var/log/cassandra/system.log
  }}}
+ 
+ Note that in Cassandra 2.1+, the logger in use is logback, so change this logging directory in your conf/logback.xml file such as:
+ 
+ {{{
+ <file>/var/log/cassandra/system.log</file>
+ }}}
+ 
  JVM-level settings such as heap size can be set in `conf/cassandra-env.sh`.
  
  == Step 3: Start Cassandra ==