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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Simple MQTT-Logger for Busybox or other shells. Writes all MQTT messages from su
6
6
7
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.
8
8
9
-
:warning:**If using the outputsubdirs flag** (for logging into subfolders by topic) with topics that differ much in their posting frequency, you can easily loose data because of the log rotation. The rarely used topic can easily become the oldest file and if the configured space quota is used up, it gets deleted.
9
+
:warning:**If using the outputsubdirs flag** (for logging into subfolders by topic) with topics that differ much in their posting frequency, you can easily loose data because of the log rotation. The rarely used topic can easily become the oldest file and if the configured space quota is used up, it gets deleted. To workaround make sure, all topics get enough feed to not become overaged.
10
10
11
11
Tested on a router Teltonika RUT955 running BusyBox v1.30.1 () built-in shell (ash)
0 commit comments