From b9db0947540f581c91172438dd281765881b82a7 Mon Sep 17 00:00:00 2001 From: LipkeGu Date: Tue, 7 Jan 2025 21:43:33 +0100 Subject: [PATCH] TunSpace: Disable debug mode ... to relax syslog... --- roles/cfg_openwrt/templates/corerouter/config/tunspace.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cfg_openwrt/templates/corerouter/config/tunspace.j2 b/roles/cfg_openwrt/templates/corerouter/config/tunspace.j2 index a943b74d..49f3b93e 100644 --- a/roles/cfg_openwrt/templates/corerouter/config/tunspace.j2 +++ b/roles/cfg_openwrt/templates/corerouter/config/tunspace.j2 @@ -9,7 +9,7 @@ config tunspace "tunspace" option uplink_ifname "{{ ifname }}" option uplink_mode "{{ mode }}" option maintenance_interval 60 - option debug 1 + option debug 0 {% endfor %} {% for tunnel in networks | selectattr('role', 'equalto', 'tunnel') %}