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.md
+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
@@ -1,9 +1,9 @@
1
1
# 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.
3
3
## Features
4
4
- Log rotation when disk space below threshold (configurable)
5
5
- 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.
7
7
8
8
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.
0 commit comments