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
This commit is contained in:
viisauksena 2016-10-25 21:00:15 +02:00 committed by GitHub
parent 740c60c7e4
commit 922c5f366f

View File

@ -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,