示例#1
0
 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)