Example #1
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex, FakeLogger(self.stdout))
Example #2
0
 def handle(self, *args, **options):
     es_status_cmd(options['checkindex'], log=FakeLogger(self.stdout))
Example #3
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex, FakeLogger(self.stdout))
Example #4
0
 def handle(self, *args, **options):
     logging.basicConfig(level=logging.INFO)
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
Example #5
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
Example #6
0
 def handle(self, *args, **options):
     es_status_cmd(options['checkindex'], log=FakeLogger(self.stdout))
Example #7
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex)