Usage: nvmesh log show [OPTIONS]

  Show logs.

  --output-format options:

  tabular - Render a table using characters like dashes and vertical bars to
  emulate borders, may overflow and wrap the output if the lines exceed the
  terminal width.

  rows - Render tabular data with one column per line (allowing columns with
  line breaks).

  json - Format output as DB JSON.

  Usage example:

  Skip the first 20 logs, limit the results to 5 logs and present it in a
  tabular format:

  $ nvmesh log show --output-format tabular --skip 20 --limit 5

Options:
  -s, --skip INTEGER              Specifies the number of entities to skip
                                  when fetching the result.
  -l, --limit INTEGER RANGE       Specifies how many entities to fetch after
                                  the skip, the maximum value is: 50.
  --output-format [tabular|rows|json]
                                  The representation in which the data will be
                                  displayed. Options: tabular ,rows, json.
  --alerts                        Show alerts (errors that hasn't been
                                  acknowledged).
  -h, --help                      Show this message and exit.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Email Excelero Support

Post Comment