예제 #1
0
파일: monitor.py 프로젝트: zyh329/openr
    def logs(cli_opts, prefix, json):  # noqa: B902
        ''' Print log events '''

        monitor.LogCmd(cli_opts).run(json)
예제 #2
0
 def print_monitor_logs(self):
     monitor.LogCmd(self.cli_opts).run()
예제 #3
0
파일: monitor.py 프로젝트: qmiinh/openr
    def logs(cli_opts, prefix, json):  # noqa: B902
        """ Print log events """

        monitor.LogCmd(cli_opts).run(json)