From 922c5f366fb43cfd454cb627df913d80fca140c5 Mon Sep 17 00:00:00 2001 From: viisauksena Date: Tue, 25 Oct 2016 21:00:15 +0200 Subject: [PATCH] change fastd sysloglevel to warn instead of verbose it is easy to set this to a higher value again if needed. This will prevent fastd from flooding the log ringbuffer, even when it is not needed/no uplink via fastd. This flooding raise with every peer known from site.conf. this solve partly https://github.com/freifunk-gluon/gluon/issues/896 - while it is still not configurable --- .../luasrc/lib/gluon/upgrade/400-mesh-vpn-fastd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-mesh-vpn-fastd/luasrc/lib/gluon/upgrade/400-mesh-vpn-fastd b/package/gluon-mesh-vpn-fastd/luasrc/lib/gluon/upgrade/400-mesh-vpn-fastd index 74ab4a41..7a275073 100755 --- a/package/gluon-mesh-vpn-fastd/luasrc/lib/gluon/upgrade/400-mesh-vpn-fastd +++ b/package/gluon-mesh-vpn-fastd/luasrc/lib/gluon/upgrade/400-mesh-vpn-fastd @@ -52,7 +52,7 @@ uci:section('fastd', 'fastd', 'mesh_vpn', { enabled = enabled, group = 'gluon-fastd', - syslog_level = 'verbose', + syslog_level = 'warn', interface = 'mesh-vpn', mode = 'tap', mtu = site.fastd_mesh_vpn.mtu,