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