Move logs to separate logfile instead of syslog
This commit is contained in:
parent
0810a8283b
commit
564c32b2b6
|
@ -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_BGP;
|
||||||
table T_OSPF;
|
table T_OSPF;
|
||||||
|
|
||||||
|
|
|
@ -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_BGP;
|
||||||
table T_OSPF;
|
table T_OSPF;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue