> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/monitoring/view-device-logs.md).

# Device Logs देखें

कुछ मामलों में, आपको लग सकता है कि आपका device आपकी अपेक्षा के अनुसार काम नहीं कर रहा है। हो सकता है कि कोई workflow step अजीब तरीके से व्यवहार कर रहा हो, या आप उसे अपने network पर किसी service से connect होते हुए नहीं देख पा रहे हों.\
\
आपको debug करने में मदद करने के लिए, Roboflow Deployment Manager आपके device पर चल रही Roboflow services के logs देखना आसान बनाता है।\
\
:exclamation:सुरक्षा कारणों से logs page आपके system के syslog के सभी logs या non-Roboflow services के logs प्रदर्शित नहीं करती है।

अपने device logs देखने के लिए, Deployment Manager में किसी device पर क्लिक करें, फिर "Logs" tab पर क्लिक करें:

<figure><img src="/files/253996b94e067e866af733603712dfcd0f35f592" alt=""><figcaption></figcaption></figure>

यहां से आप सबसे हालिया logs देख सकते हैं जैसे वे device से stream होकर ऊपर आते हैं, ज़रूरत हो तो logs डाउनलोड कर सकते हैं ताकि आप अपनी company के अन्य stakeholders को lines भेज सकें, time range के अनुसार filter कर सकते हैं, और विशिष्ट Roboflow services के अनुसार filter कर सकते हैं।

#### उन्नत उपयोगकर्ताओं के लिए

Roboflow Deployment Manager को Docker containers के ऊपर orchestrate किया गया है, जिन्हें आपके device पर चल रही services के रूप में अलग-अलग manage किया जाता है। सबसे सामान्य Roboflow services हैं:<br>

* Inference - यह वह service है जो वास्तव में आपके model और workflows चलाती है
* Manager - यह service inference service के साथ मिलकर काम करती है और विभिन्न streams को track करती है। यह वह service है जो inference service पर चलने वाले workflows को रोकने और शुरू करने का प्रबंधन करती है
* RFDM - यह वह service है जो device पर Docker containers डाउनलोड करने के साथ-साथ tracking, telemetry, logs, और device health को संभालती है। इसे सभी अन्य services के लिए management layer समझें।
* HMI - यदि कॉन्फ़िगर किया गया हो, तो आपको एक HMI service दिखाई दे सकती है जो device पर user interface चलाती है
* Event Store - यदि कॉन्फ़िगर किया गया हो, तो आपको एक event store service दिखाई दे सकती है जो HMI में देखने के लिए हालिया vision event data संग्रहीत कर सकती है
* Redis - यह एक Redis DB deploy करता है जिसका उपयोग Roboflow के साथ synchronize होने से पहले विभिन्न telemetry को cache करने के लिए किया जाता है।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/monitoring/view-device-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
