예제 #1
0
파일: esstatus.py 프로젝트: bituka/kitsune
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex, FakeLogger(self.stdout))
예제 #2
0
 def handle(self, *args, **options):
     es_status_cmd(options['checkindex'], log=FakeLogger(self.stdout))
예제 #3
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex, FakeLogger(self.stdout))
예제 #4
0
 def handle(self, *args, **options):
     logging.basicConfig(level=logging.INFO)
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
예제 #5
0
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
예제 #6
0
 def handle(self, *args, **options):
     es_status_cmd(options['checkindex'], log=FakeLogger(self.stdout))
예제 #7
0
파일: esstatus.py 프로젝트: ibai/kitsune
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex)