This guide is to help you navigate and understand the Logs page in DWE_OS 2.0
The logs page should only be used if an issue is detected with DWE_OS and support is required. Please be prepared with a log if contacting support regarding DWE_OS
The logs page is loated at Communications/Logs
in the navigation bar.
The following is an example of a log entry:
2024-10-25 20:10:34,131
- specifies the timestamp of the log entry
The timestamp will not reflect the real-world time, unless syncronized to an internet clock.
INFO
- specifies the log level as INFOroot
- specifies the origin as the root of the programutils.py:41
- indicates the log originates from the utils.py file at line 41create_pwm_controllers
- indicates the function it originated from is for creating the pwm controllersDevice is Raspberry Pi 5
- the message shows that the type of device is what is being logged hereThere are two ways to export a log:
Select the export button on the bottom left.
Select the copy button on the bottom left. This will copy the text to the clipboard.
This guide is to help you navigate and understand the Logs page in DWE_OS 2.0
The logs page should only be used if an issue is detected with DWE_OS and support is required. Please be prepared with a log if contacting support regarding DWE_OS
The logs page is loated at Communications/Logs
in the navigation bar.
The following is an example of a log entry:
2024-10-25 20:10:34,131
- specifies the timestamp of the log entry
The timestamp will not reflect the real-world time, unless syncronized to an internet clock.
INFO
- specifies the log level as INFOroot
- specifies the origin as the root of the programutils.py:41
- indicates the log originates from the utils.py file at line 41create_pwm_controllers
- indicates the function it originated from is for creating the pwm controllersDevice is Raspberry Pi 5
- the message shows that the type of device is what is being logged hereThere are two ways to export a log:
Select the export button on the bottom left.
Select the copy button on the bottom left. This will copy the text to the clipboard.