You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ The HiveMQ MQTT Message Log Extension is a very useful HiveMQ Extension for debu
63
63
64
64
=== Configuration
65
65
66
-
By default all MQTT events are logged. It is possible to opt out of specific log event types by adding a
66
+
By default, all MQTT events are logged. It is possible to opt out of specific log event types by adding a
67
67
*mqttMessageLog.properties* files to your `<HIVEMQ_HOME>/hivemq-mqtt-message-log-extension` folder.
68
68
There is an example file available which removes the logging of publish messages. Just rename it to *mqttMessageLog.properties*.
69
69
70
-
The events log only important information, if it required that MQTT messages are logging all information available the `verbose` property can be set to true.
70
+
The events log only important information, if it is required that MQTT messages are logging all information available the `verbose` property can be set to true.
71
71
You can see the difference of a normal log versus a verbose log in the <<example, examples>>.
72
72
73
73
CAUTION: use verbose=true very carefully as it will flood your log immediately.
0 commit comments