File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ If not follow the steps for the standalone version.
65
65
{{< tabs >}}
66
66
{{% tab name="Linux" %}}
67
67
68
+ By default, ` viam-server ` writes logs to STDOUT and does not store them in a file on your machine.
69
+ If you want to store your logs in a file, stop the running ` viam-server ` instance, and restart it with the ` -logfile ` option.
70
+
68
71
1 . First check where the ` viam-server ` binary is and where the machine cloud credentials file for your machine is:
69
72
70
73
``` sh {class="command-line" data-prompt="$" data-output="2"}
@@ -89,6 +92,9 @@ If not follow the steps for the standalone version.
89
92
{{% /tab %}}
90
93
{{% tab name="macOS" %}}
91
94
95
+ ` viam-server ` does not store logs in a file on your machine.
96
+ To view logs, stop the running ` viam-server ` instance, and restart it which will send the logs to STDOUT in the current terminal window.
97
+
92
98
1 . Kill the running ` viam-server ` instance.
93
99
2 . Then run ` viam-server ` with the ` -debug ` option and pass in your machine cloud credentials file:
94
100
You can’t perform that action at this time.
0 commit comments