mesheryctl system logs

Print logs

Synopsis

Print history of Meshery’s logs and begin tailing them.

It also shows the logs of a specific component.

mesheryctl system logs [flags]

Examples

Starts tailing Meshery server debug logs (works with components also)

mesheryctl system logs --verbose
mesheryctl system logs meshery-istio

Options

-h, --help help for logs

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.

See Also

Go back to command reference index