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:
parent
740c60c7e4
commit
922c5f366f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user