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
Show logs (without tailing)
mesheryctl system logs
Starts tailing Meshery server debug logs (works with components also)
mesheryctl system logs --follow
mesheryctl system logs meshery-istio
Options
-f, --follow (Optional) Follow the stream of the Meshery's logs. Defaults to false. -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, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.