コード例 #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
ファイル: esstatus.py プロジェクト: MiChrFri/kitsune
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex, FakeLogger(self.stdout))
コード例 #4
0
ファイル: esstatus.py プロジェクト: Disabledpeople/kitsune
 def handle(self, *args, **options):
     logging.basicConfig(level=logging.INFO)
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
コード例 #5
0
ファイル: esstatus.py プロジェクト: Apokalyptica79/kitsune
 def handle(self, *args, **options):
     checkindex = options['checkindex']
     es_status_cmd(checkindex)
コード例 #6
0
ファイル: esstatus.py プロジェクト: DWDRAEGER/kitsune
 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)