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

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

        monitor.LogCmd(cli_opts).run(json)