Skip to content

Re-usable container for translating Postgres messages to MQTT messages, configured using Docker Compose

License

Notifications You must be signed in to change notification settings

bmd-studio/genstack-pg-to-mqtt

Repository files navigation

genstack-pg-to-mqtt

Test

PostgreSQL event listener to MQTT container for genstack.

Debugging

The DEBUG environment variable is used for debugging using the pg-to-mqtt namespace.

To enable info logs:

DEBUG=pg-to-mqtt:info

To enable errors:

DEBUG=pg-to-mqtt:error

To enable all:

DEBUG=pg-to-mqtt:*