Was curious if I could halt all logging or reduce just to the lowest verbosity for tailscale on my raspberry pi, reducing writes is kind of important to increase the longevity of the SD card and I tailescaled
is a firehose of information.
Adding VERBOSE=0
to /etc/default/tailscaled
doesn’t seem to do much.
Context is that this recently bit me as my log files filled up the SD card and tailscaled
then shut down making the system inaccessible. Luckily, I still had zerotier running and was able to log into the device to fix otherwise I would’ve been in trouble as this device is on another continent.
As a potential workaround out of band of Tailscale, I’ve gone into /etc/systemd/journald.conf
and set the following:
[Journal]
SystemMaxUse=1G
Which will hopefully keep things in check at a higher level.