docs/static/v0.7/reference/mesheryctl/system/logs/index.html
Print logs
Print history of Meshery’s logs and begin tailing them.
It also shows the logs of a specific component.
mesheryctl system logs [flags]
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
-f, --follow (Optional) Follow the stream of the Meshery's logs. Defaults to false. -h, --help help for logs
--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.
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.