Skip to content
  • Rob Swindell's avatar
    cb58a718
    Always publish log messages to both .../logs and .../logs/<level> topics · cb58a718
    Rob Swindell authored
    ... 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?
    cb58a718
    Always publish log messages to both .../logs and .../logs/<level> topics
    Rob Swindell authored
    ... 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?
Loading