def handle(self, *args, **options): checkindex = options['checkindex'] es_status_cmd(checkindex, FakeLogger(self.stdout))
def handle(self, *args, **options): es_status_cmd(options['checkindex'], log=FakeLogger(self.stdout))
def handle(self, *args, **options): logging.basicConfig(level=logging.INFO) checkindex = options['checkindex'] es_status_cmd(checkindex)
def handle(self, *args, **options): checkindex = options['checkindex'] es_status_cmd(checkindex)