예제 #1
0
파일: node.py 프로젝트: EnigmaCurry/ccm
 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)
예제 #2
0
파일: node.py 프로젝트: jsanda/ccm
 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)
예제 #3
0
파일: node.py 프로젝트: EnigmaCurry/ccm
 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)
예제 #4
0
파일: node.py 프로젝트: jsanda/ccm
 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)