ZoneMTA emits logs over UDP in MessagePack format, so a MessagePack parser is needed to read log messages
npm install msgpack-js
Edit your ZoneMTA application config to activate remote UDP logging. Add remote to the log section. Port and host should point to the server where logger.js app is running.