3.1.0 • Published 2 years ago

@bmd-studio/genstack-pg-to-mqtt v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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:*