Move logs to separate logfile instead of syslog

This commit is contained in:
graffen 2018-10-13 07:34:02 +00:00
parent 0810a8283b
commit 564c32b2b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
log "/var/log/bird.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
table T_BGP;
table T_OSPF;

View File

@ -1,4 +1,4 @@
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
log "/var/log/bird6.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
table T_BGP;
table T_OSPF;