Skip to content

Commit f8e32b5

Browse files
authored
ADDED: Workaround hint
1 parent ec123b5 commit f8e32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple MQTT-Logger for Busybox or other shells. Writes all MQTT messages from su
66

77
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.
88

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.
1010

1111
Tested on a router Teltonika RUT955 running BusyBox v1.30.1 () built-in shell (ash)
1212

0 commit comments

Comments
 (0)