Skip to content

Commit eea9883

Browse files
authored
Update README.md
1 parent 8b5be3a commit eea9883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# MQTT-Logger
2-
Simple MQTT-Logger for Busybox or other shells. Writes all MQTT messages from subscribed topics into a file.
2+
Simple MQTT-Logger for Busybox or other shells. Writes all MQTT messages from subscribed topics comma separated into a file.
33
## Features
44
- Log rotation when disk space below threshold (configurable)
55
- Logfiles split by size (configurable)
6-
- option to log into subfolders by topic or all topics together into same log file. If the latter, then the topic gets also logged.
6+
- option to log into subfolders by topic or all topics together into same log file. If the latter, then a topic column is added.
77

88
Call script with same options like for [mosquitto_sub](https://mosquitto.org/man/mosquitto_sub-1.html). '-v' gets added. Configure output directory and other parameters inside script.
99

0 commit comments

Comments
 (0)