Beispiel #1
0
 def update_logback(self, new_logback_config):
     cassandra_conf_dir = os.path.join(self.get_conf_dir(),
                                        'logback.xml')
     common.copy_file(new_logback_config, cassandra_conf_dir)
Beispiel #2
0
 def update_logback(self, new_logback_config):
     cassandra_conf_dir = os.path.join(self.get_conf_dir(), "logback.xml")
     common.copy_file(new_logback_config, cassandra_conf_dir)
Beispiel #3
0
 def update_log4j(self, new_log4j_config):
     cassandra_conf_dir = os.path.join(self.get_conf_dir(),
                                        'log4j-server.properties')
     common.copy_file(new_log4j_config, cassandra_conf_dir)
Beispiel #4
0
 def update_log4j(self, new_log4j_config):
     cassandra_conf_dir = os.path.join(self.get_conf_dir(), "log4j-server.properties")
     common.copy_file(new_log4j_config, cassandra_conf_dir)