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 ==
