Skip to content

Logging

wolfen351 edited this page Mar 6, 2024 · 3 revisions

You can access the logs of the system from both the Web and the Serial Terminal.

Web Logs

To access the web logs, press the "Log" button on the Web UI. This will show you the logs of the system.

Here is an example of what the logs look like:

image

Serial Logs

To access the logs via Serial (USB), you can use a terminal program such as PuTTY or Tera Term.

The powershell module also includes a simple script to access the logs via Serial. You can use the following command to access the logs:

Install-Module serial-toys.psm1
Show-SerialLog
Clone this wiki locally