summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-07 11:00:36 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-07 15:34:45 +0200
commit44d4ab7a960cf143c43d1645f2985cc9d74e3077 (patch)
tree6fb7e65191951bce4d92c7b93d3a76dcf1fd9b6d /doc
parentb8113a5e92cb19a0910041d5708f4eafeb713b54 (diff)
downloadbird-44d4ab7a960cf143c43d1645f2985cc9d74e3077.tar
bird-44d4ab7a960cf143c43d1645f2985cc9d74e3077.zip
Configurable syslog name.
Also fixes a bug in syslog initialization.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 6e696e3..64185e9 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -219,9 +219,10 @@ protocol rip {
<sect>Global options
<p><descrip>
- <tag>log "<m/filename/"|syslog|stderr all|{ <m/list of classes/ }</tag>
+ <tag>log "<m/filename/"|syslog [name <m/name/]|stderr all|{ <m/list of classes/ }</tag>
Set logging of messages having the given class (either <cf/all/ or <cf/{
- error, trace }/ etc.) into selected destination. Classes are:
+ error, trace }/ etc.) into selected destination (a file specified as a filename string,
+ syslog with optional name argument, or the stderr output). Classes are:
<cf/info/, <cf/warning/, <cf/error/ and <cf/fatal/ for messages about local problems,
<cf/debug/ for debugging messages,
<cf/trace/ when you want to know what happens in the network,