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