Switch off debugging on BIRD
This commit is contained in:
parent
26c1a15743
commit
3509db40e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user