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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# MQTT-Logger
2
2
Simple MQTT-Logger for Busybox or other shells. Writes all MQTT messages from subscribed topics into a file.
3
+
## Features
4
+
- Log rotation when disk space below threshold (configurable)
5
+
- Logfiles split by size (configurable)
6
+
3
7
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.
4
8
5
9
Tested on a router Teltonika RUT955 running BusyBox v1.30.1 () built-in shell (ash)
0 commit comments