示例#1
0
文件: deploy.py 项目: codeaudit/mlt
 def _tail_logs(self):
     log_helpers.call_logs(self.config, self.args)
示例#2
0
文件: deploy.py 项目: dmsuehir/mlt-1
 def _tail_logs(self):
     """need to tail the most recent job just in case there are more than
        one and a user runs `mlt deploy -l`
     """
     self.args["--job-name"] = self.job_sub_dir.replace('k8s/', '')
     log_helpers.call_logs(self.config, self.args)
示例#3
0
    def action(self):
        """
        Display logs from all pods for latest run.

        """
        log_helpers.call_logs(self.config, self.args)