log

Operations with the event log.

# xicli log <subcommand> <args>

Subcommands for the log command:

collect

Collect the event log entries into a file.

show

Show the last entries in the event log.

collect

Collect the event log entries into a file in /tmp.

# xicli log collect

show

Show the last error messages in the event log.

# xicli log show [optional_arg]
Table 1. Argument for the show subcommand

Optional argument

-l

--lines

The number of error messages in the event log to show, starting from the last entry.

Possible values: integers from 1 to 1000.

The default: 10.