Beispiel #1
0
    def logs(cli_opts, prefix, json):  # noqa: B902
        ''' Print log events '''

        monitor.LogCmd(cli_opts).run(json)
Beispiel #2
0
 def print_monitor_logs(self):
     monitor.LogCmd(self.cli_opts).run()
Beispiel #3
0
    def logs(cli_opts, prefix, json):  # noqa: B902
        """ Print log events """

        monitor.LogCmd(cli_opts).run(json)