]> granicus.if.org Git - pdns/commitdiff
add notice about syslog logging all message of priority and ABOVE.
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 5 Mar 2005 11:08:47 +0000 (11:08 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 5 Mar 2005 11:08:47 +0000 (11:08 +0000)
Noticed by From: "Michael Mertel" <Michael.Mertel@bwc.de>

git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@331 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/pdns.sgml

index e7b021320a7dce83f446b7fd29f78d77d965a27d..9b6f3f63582baf4184d5301a2c2b03fa8497dfa0 100644 (file)
@@ -6,12 +6,12 @@
       <affiliation>
         <orgname>PowerDNS BV</orgname>
         <address>
-          <email>pdns@powerdns.com</email>
+          <email>pdns.bd@powerdns.com</email>
         </address>
       </affiliation>
     </author>
     
-    <PubDate>v2.1 $Date$</PubDate>
+    <PubDate>v2.9.18 $Date$</PubDate>
     
     <Abstract>
        <para>  
@@ -4279,7 +4279,6 @@ name         IN            A        1.2.3.4
       <screen>
        # /etc/init.d/pdns monitor
        (...)
-       15:31:30 PowerDNS 1.99.0 (Mar 12 2002, 15:00:28) starting up
        15:31:30 About to create 3 backend threads
        15:31:30 [gMySQLbackend] Failed to connect to database: Error: Unknown database 'pdnstest'
        15:31:30 [gMySQLbackend] Failed to connect to database: Error: Unknown database 'pdnstest'
@@ -4713,6 +4712,10 @@ local0.err                        /var/log/pdns.err
        For performance reasons, be especially certain that no large amounts of synchronous logging take place. Under Linux, this 
        is indicated by filenames not starting with a '-' - indicating a synchronous log, which hurts performance.
       </para>
+      <para>
+       Be aware that syslog by default logs messages at the configured priority and higher! To log only info messages, use
+       <command>local0.=info</command>.
+      </para>
     </sect1>
   </chapter>
   <chapter id="security"><title>Security settings &amp; considerations</title>