@kamoj
I think I may have uncovered a bug with the newest b30 and the r7800. When using stubby, if the log is manually cleared in your addon it will never begin capturing again. I tried removing your addon and re-adding it, but it persists. A factory reset did not cure it either. So I completely TFTP reflashed the router with the latest Voxel firmware and your addon, but it persists. It does not matter if I use standard or extended logging - same issue. Even if I manually restart stubby through SSH using the command: /etc/init.d/stubby restart . Here's what it looks like after the re-start.
Stubby Log:
2020-08-28 20:52:22: Log erased by operator trigged addon
[2020-08-28 20:54:33] [STUBBY] 11534: 295.08:STOP
[2020-08-28 20:54:33] [STUBBY] 11534: 295.09:STOP: Service to be killed
[2020-08-28 20:54:33] [STUBBY] 11534: 295.13:STOP: Service needed to be hard killed
[2020-08-28 20:54:33] [STUBBY] 11534: 295.14:STOP: Restore dnsmasq config file
[2020-08-28 20:54:33] [STUBBY] 11534: 295.15:STOP: Restart dnsmasq
[2020-08-28 20:54:33] [STUBBY] 11534: 295.27:STOP: Terminated.
[2020-08-28 20:54:33] [STUBBY] 11534: 295.28:START
[2020-08-28 20:54:33] [STUBBY] 11534: 295.30:dnscrypt-proxy-2 is enabled stop it - stop it
[2020-08-28 20:54:34] [STUBBY] 11534: 295.39:Update dnsmasq config file: /tmp/dnsmasq.conf
[2020-08-28 20:54:34] [STUBBY] 11534: 295.40:Start service: /usr/sbin/stubby -C /etc/stubby/stubby.yml -v 5 -g 2
[04:54:34.065866] STUBBY: Stubby version: Stubby 0.3.0
[04:54:34.072864] STUBBY: Read config from file /etc/stubby/stubby.yml
[2020-08-28 20:54:34] [STUBBY] 11534: 295.43:Restart dnsmasq
[2020-08-28 20:54:34] [STUBBY] 11534: 295.52:Started.
That is where it stops and will not pick back up. However, if I SSH into the router I can manually start the log with the command: stubby -l .... and it will continually update through SSH, but never pick back up in your addon.
Previously I was using I was using b25 and this was not an issue... only with the latest b30 (I did not try the in-between versions). If there's anything else I can test or provide for you, please let me know. As always - thank you for all your hard work - very appreciated!