mesosphere-backup / cassandra-mesos-deprecated

[DEPRECATED] This project is deprecated. It will be archived on December 1, 2017.
https://github.com/mesosphere/mesosphere/dcos-commons/frameworks/cassandra.
Apache License 2.0
184 stars 68 forks source link

Support configurable logging level #147

Closed keithchambers closed 8 years ago

keithchambers commented 9 years ago

Add support for runtime (re)configuring Cassandra log level to enable operators to troubleshoot Cassandra. i.e., reconfigure the log level from INFO to DEBUG

Because logging can impact Cassandra performance, as part of this feature we need to consider if the logging level will be a global setting (all nodes) or a per node setting.

More details on Cassandra logging and configuration are available here: http://docs.datastax.com/en/cassandra/2.0/cassandra/configuration/configLoggingLevels_t.html

triclambert commented 8 years ago

This repository is deprecated. Please use the latest supported framework here: https://github.com/mesosphere/dcos-cassandra-service, and provide feedback for us here: https://dcosjira.atlassian.net/browse/CASSANDRA.