Subj : src/sbbs3/mqtt.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Tue Sep 12 2023 05:43 pm https://gitlab.synchro.net/main/sbbs/-/commit/207ed413b77f6f8025b130d5 Modified Files: src/sbbs3/mqtt.c Log Message: Always publish log messages to both .../logs and .../logs/ topics .... regardless of the configured MQTT protocol version (v5 or v3.x). Also include an MQTT v5 user-property ("time") with the message's origination time/date stamp in ISO-8601 format in all log messages (to both topics). This will at least double the amount of MQTT log traffic to the broker. When MQTT v5 is used, the additional user-properties will increase it even a little more. Is this what you were suggesting Ree? .