> 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).

# Device Logs を表示

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

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

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

ここから、デバイスから送られてくる最新のログを確認したり、社内の他の関係者に行を共有する必要がある場合はログをダウンロードしたり、時間範囲でフィルタリングしたり、特定の Roboflow サービスでフィルタリングしたりできます。

#### 上級ユーザー向け

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

* Inference - これは実際にモデルとワークフローを実行するサービスです
* Manager - このサービスは inference サービスと連携して動作し、さまざまなストリームの追跡を処理します。これは、inference サービスで実行されるワークフローの停止と開始を管理するサービスです
* RFDM - これは、デバイスへの Docker コンテナのダウンロードを処理するとともに、トラッキング、テレメトリ、ログ、およびデバイスの健全性を追跡するサービスです。これは、他のすべてのサービスの管理レイヤーだと考えてください。
* HMI - 設定されている場合、デバイス上でユーザーインターフェースを実行する HMI サービスが表示されることがあります
* Event Store - 設定されている場合、HMI で表示するための最近の vision event データを保存できる 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/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.
