You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, the web-based log view in Traccar provides a global stream of data from all connected devices. While useful for general system monitoring, this approach is inefficient for targeted troubleshooting, as it requires users to manually parse through high-volume traffic to isolate logs for a specific unit.
I propose the integration of a dedicated "Device Log" terminal within the individual device status card. When triggered, this view should open a log terminal filtered to display data exclusively for that device.
Proposed Solution
Add a "Terminal" button or link to the device status card.
Upon clicking, initiate a log stream that automatically applies a filter based on the device ID or unique identifier.
This will allow technicians to verify packet reception, identify protocol errors, and troubleshoot connectivity issues in real-time without the noise of the global log stream.
Demo
The following video demonstrates the implementation:
Additional Information
As seen in the demo the terminal link is only active on the main map page, the terminal also has filter(the search), pause/play, clear, copy and download feature.
I can send a PR if the community is interested in this.
Description
Currently, the web-based log view in Traccar provides a global stream of data from all connected devices. While useful for general system monitoring, this approach is inefficient for targeted troubleshooting, as it requires users to manually parse through high-volume traffic to isolate logs for a specific unit.
I propose the integration of a dedicated "Device Log" terminal within the individual device status card. When triggered, this view should open a log terminal filtered to display data exclusively for that device.
Proposed Solution
Add a "Terminal" button or link to the device status card.
Upon clicking, initiate a log stream that automatically applies a filter based on the device ID or unique identifier.
This will allow technicians to verify packet reception, identify protocol errors, and troubleshoot connectivity issues in real-time without the noise of the global log stream.
Demo
The following video demonstrates the implementation:
11_06_2026.23_01_01.-.Screen.-.Video.Project.3.webm
Additional Information
As seen in the demo the terminal link is only active on the main map page, the terminal also has filter(the search), pause/play, clear, copy and download feature.
I can send a PR if the community is interested in this.