docs/content/en/reference/mesheryctl/system/logs.md
Print logs
Print history of Meshery's logs and begin tailing them.
It also shows the logs of a specific component.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system logs [flags] </div> </pre>Show logs (without tailing)
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system logs </div> </pre>Starts tailing Meshery server debug logs (works with components also)
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system logs --follow </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system logs meshery-istio </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.