Device Logs
Accessing device logs in the interface
There are two ways to access Device Logs in the TelemetryOS interface:
-
From the Logs tab on the All Devices menu under DEVICES.
-
Device Logs menu option under the DATA section on the left side of the page)
The TelemetryOS interface Device Logs tab displays logs filtered according to selected log levels. This declutters the view and focuses on logs of interest or concern.
Log level adjustment includes debug level configuration, which provides more detailed logs. This is particularly useful when deep-diving into issues requiring more granular system operation views.
TelemetryOS interface log access provides convenience for remote device access or multi-device log overview requirements.
Logs from devices with Debug Console activated are accessible through the Debugging section.
More details on severity levels: see Log Severity.
This level logs detailed information, mostly useful for developers. It helps in tracing the flow of the program and diagnosing issues during development and testing. Debug logs are invaluable for diagnosing complex issues, identifying performance bottlenecks, and understanding the inner workings of the device's software and processes.
This level indicates general operational information that documents the system's running processes under normal conditions. Info logs are useful for monitoring the overall health and performance of the device, tracking routine operations, and staying informed about important events.
These logs signify a need for attention but not necessarily immediate action. They may indicate potential issues that could escalate if not addressed. Alert or Warning logs are critical for identifying and addressing potential problems with the device promptly. They help administrators take proactive measures to prevent issues from escalating and impacting device performance.
This is the highest level of severity, indicating that a significant problem has occurred within the system. Error logs typically require immediate attention to resolve issues that could disrupt service or functionality. Error logs are essential for identifying and resolving critical issues that can impact the device's performance or functionality. They serve as alerts for urgent problems that need immediate attention to prevent downtime or data loss.
Updated 9 days ago