# Device 로그 보기

경우에 따라서는 기기가 의도한 대로 작동하지 않는 것처럼 느껴질 수 있습니다. 어떤 workflow 단계가 이상하게 동작하거나, 네트워크상의 일부 서비스에 연결되는 것이 보이지 않을 수도 있습니다.\
\
디버깅을 돕기 위해, Roboflow Deployment Manager를 사용하면 기기에서 실행 중인 Roboflow 서비스의 로그를 쉽게 확인할 수 있습니다.\
\
:exclamation:보안상의 이유로 logs 페이지는 시스템의 syslog에 있는 모든 로그나 비-Roboflow 서비스의 로그를 표시하지 않습니다.

기기 로그를 보려면 Deployment Manager에서 기기를 클릭한 다음, "Logs" 탭을 클릭하세요:

<figure><img src="/files/586d2bf7bd3460df99dc5f9edc5863ce6877bab9" alt=""><figcaption></figcaption></figure>

여기에서 기기에서 스트리밍되어 올라오는 가장 최근 로그를 볼 수 있고, 회사 내 다른 이해관계자에게 줄 로그 줄이 필요할 경우 다운로드할 수 있으며, 시간 범위로 필터링하고 특정 Roboflow 서비스별로 필터링할 수 있습니다.

#### 고급 사용자용

Roboflow Deployment Manager는 Docker container 위에서 오케스트레이션되며, 각 container는 기기에서 서비스로 실행되는 서로 다른 방식으로 관리됩니다. 가장 일반적인 Roboflow 서비스는 다음과 같습니다:<br>

* Inference - 실제로 모델과 workflows를 실행하는 서비스입니다
* Manager - 이 서비스는 inference 서비스와 함께 동작하며 서로 다른 stream을 추적합니다. inference 서비스에서 실행되는 workflows의 중지 및 시작을 관리하는 서비스입니다
* RFDM - 이 서비스는 기기에서 Docker container를 다운로드하는 작업을 처리하고, track, telemetry, logs, 그리고 기기 상태를 추적합니다. 다른 모든 서비스의 관리 계층이라고 생각하면 됩니다.
* HMI - 구성된 경우, 기기에서 user interface를 실행하는 HMI 서비스를 볼 수 있습니다
* Event Store - 구성된 경우, HMI에서 볼 수 있도록 최근 vision event data를 저장할 수 있는 event store 서비스를 볼 수 있습니다
* Redis - 이는 Roboflow와 동기화되기 전 다양한 telemetry를 캐싱하는 데 사용되는 Redis DB를 배포합니다.


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
