From 3509db40e3de36b9478c460a6263a6b8f6d7867e Mon Sep 17 00:00:00 2001 From: sump pump Date: Sun, 21 Jun 2020 18:38:14 +0000 Subject: [PATCH] Switch off debugging on BIRD --- bird/bird.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index a1fbe0e..d045092 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -11,7 +11,7 @@ # See: https://bird.network.cz/?get_doc&v=20&f=bird-3.html#ss3.2 log stderr all; # Using docker; defer logging to stderr (to Docker logs) -debug protocols all; # Enable debugging (this should be switched off in prod) +#debug protocols all; # Enable debugging (this should be switched off in prod) router id ${tinc_peer_address}; # Custom routing tables