|
1 | | -:hivemq-link: http://www.hivemq.com |
2 | | -:hivemq-extension-docs-link: http://www.hivemq.com/docs/extensions/latest/ |
3 | | -:hivemq-extension-docs-archetype-link: http://www.hivemq.com/docs/extensions/latest/#maven-archetype-chapter |
4 | 1 | :hivemq-blog-tools: http://www.hivemq.com/mqtt-toolbox |
5 | | -:maven-documentation-profile-link: http://maven.apache.org/guides/introduction/introduction-to-profiles.html |
6 | 2 | :hivemq-support: http://www.hivemq.com/support/ |
7 | | -:hivemq-extension-downloads: https://www.hivemq.com/extensions/ |
| 3 | +:hivemq-extension-downloads: https://www.hivemq.com/extension/mqtt-message-log-extension/ |
8 | 4 |
|
9 | 5 | = HiveMQ Mqtt Message Log Extension |
10 | 6 |
|
11 | | -image:https://img.shields.io/badge/Extension_Type-Logging_Extension-orange?style=for-the-badge[Extension Type] |
| 7 | +image:https://img.shields.io/badge/Extension_Type-Logging-orange?style=for-the-badge[Extension Type] |
12 | 8 | image:https://img.shields.io/github/v/release/hivemq/hivemq-mqtt-message-log-extension?style=for-the-badge[GitHub release (latest by date),link=https://github.com/hivemq/hivemq-mqtt-message-log-extension/releases/latest] |
13 | 9 | image:https://img.shields.io/github/license/hivemq/hivemq-mqtt-message-log-extension?style=for-the-badge&color=brightgreen[GitHub,link=LICENSE] |
14 | 10 | image:https://img.shields.io/github/workflow/status/hivemq/hivemq-mqtt-message-log-extension/CI%20Check/master?style=for-the-badge[GitHub Workflow Status (branch),link=https://github.com/hivemq/hivemq-mqtt-message-log-extension/actions/workflows/check.yml?query=branch%3Amaster] |
@@ -60,8 +56,7 @@ It provides the possibility to follow up on any clients communicating with the b |
60 | 56 | == Configuration |
61 | 57 |
|
62 | 58 | By default, all MQTT events are logged. |
63 | | -It is possible to opt out of specific log event types by adding a |
64 | | -*mqttMessageLog.properties* files to your `<HIVEMQ_HOME>/hivemq-mqtt-message-log-extension` folder. |
| 59 | +It is possible to opt out of specific log event types by adding a *mqttMessageLog.properties* files to your `<HIVEMQ_HOME>/hivemq-mqtt-message-log-extension` folder. |
65 | 60 | There is an example file available which removes the logging of publish messages. |
66 | 61 | Just rename it to *mqttMessageLog.properties*. |
67 | 62 |
|
|
0 commit comments