Skip to content

Commit 4ce6297

Browse files
committed
Add AMQP details
1 parent 026c054 commit 4ce6297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/iot-hub/how-to-collect-device-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ To capture trace information from the SDK and the low-level MQTT library, set th
203203
export DEBUG=azure*,mqtt*
204204
```
205205

206+
> [!TIP]
207+
> If you're using the AMQP protocol, use `rhea*` to capture trace information from the low-level library.
208+
206209
To capture just the trace data to a file called *trace.log*, use a command such as:
207210

208211
```bash

0 commit comments

Comments
 (0)