> 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-jp/deploy/device-manager/monitoring/view-device-logs.md).

# デバイスログを表示

場合によっては、デバイスが意図したとおりに動作していないように感じることがあります。workflow のステップが不自然に動作していたり、ネットワーク上の何らかのサービスに接続している様子が見えなかったりするかもしれません。\
\
デバッグを支援するために、Roboflow Deployment Manager を使うと、デバイス上で実行されている Roboflow サービスのログを簡単に確認できます。\
\
:exclamation:セキュリティ上の理由から、logs ページにはシステム上の syslog のすべてのログや、Roboflow 以外のサービスのログは表示されません。

デバイスのログを表示するには、Deployment Manager でデバイスをクリックし、次に「Logs」タブをクリックします:

<figure><img src="/files/30879dc9299dc83692e73f88653c0a2bc69c2617" alt=""><figcaption></figcaption></figure>

ここから、デバイスからストリーミングされる最新のログを確認でき、会社内の他の関係者に行を送る必要がある場合はログをダウンロードでき、時間範囲で絞り込み、特定の Roboflow サービスでフィルタリングすることもできます。

#### 上級者向け

Roboflow Deployment Manager は、Docker コンテナ上でオーケストレーションされており、各コンテナはデバイス上で実行されるサービスとして個別に管理されています。最も一般的な Roboflow サービスは次のとおりです:<br>

* Inference - これは、実際にモデルと workflows を実行するサービスです
* Manager - これは Inference サービスと連携し、さまざまなストリームの追跡を担当します。Inference サービス上で実行される workflows の停止と開始を管理するサービスです
* RFDM - これは、デバイス上への Docker コンテナのダウンロードを処理するとともに、トラッキング、テレメトリ、ログ、およびデバイスの健全性を追跡するサービスです。これは他のすべてのサービスの管理レイヤーだと考えてください。
* HMI - 構成されている場合は、デバイス上でユーザーインターフェースを実行する HMI サービスが表示されることがあります
* Event Store - 構成されている場合は、HMI で表示するために最近の vision イベントデータを保存できる event store サービスが表示されることがあります
* Redis - これは、Roboflow に同期される前のさまざまなテレメトリをキャッシュするために使用される Redis DB をデプロイします。


---

# 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-jp/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.
