Tailscale on Ubuntu put too many logs into /var/log/syslog
answer:
- Edit the file /etc/systemd/system/multi-user.target.wants/tailscaled.service,
- Add the line "LogLevelMax=3" in the [Service] section.
- systemctl daemon-reload
- systemctl restart tailscaled