docs/content/en/reference/references/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]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.