Beispiel #1
0
 def change_log_info(self):
     for server in self.cluster.servers:
         remote_client = RemoteMachineShellConnection(server)
         remote_client.stop_couchbase()
         remote_client.change_log_level(self.log_info)
         remote_client.start_couchbase()
         remote_client.disconnect()
     self.log.info("========= CHANGED LOG LEVELS ===========")
 def change_log_info(self):
     for server in self.servers:
         remote_client = RemoteMachineShellConnection(server)
         remote_client.stop_couchbase()
         remote_client.change_log_level(self.log_info)
         remote_client.start_couchbase()
         remote_client.disconnect()
     self.log.info("========= CHANGED LOG LEVELS ===========")