Skip to content

Commit

Permalink
feat: Add information about debugging MQTT trafic
Browse files Browse the repository at this point in the history
* Add another section about environment variable MQTT_DEBUG
  • Loading branch information
jirihnidek committed May 29, 2023
1 parent d93b98b commit a3e92ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ Or if you're running Fedora 34 or later, it can be installed directly with
dnf install mqttcli
```

## `MQTT_DEBUG`

If the environment variable `DEBUG_MQTT` is set, `yggd` will log all MQTT
messages sent and received. This can be useful for debugging.

# Sending Data

With a running `yggd` and `echo` worker, it should be possible to publish a
Expand Down

0 comments on commit a3e92ff

Please sign in to comment.