From a0c37b45e59f024fc24b65ffbaf2c9e0f1996938 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 6 Dec 1999 13:45:56 +0000 Subject: Logging is now configurable. You can define multiple log outputs (to both files and syslog) and assign lists of message categories to each of them. --- doc/bird.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 791ce04..33b4e13 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -4,6 +4,9 @@ # Yet another comment +#log syslog { error }; +#log "tmp" all; + #router id 62.168.0.1; #define xyzzy = 120+10; -- cgit v1.2.3