*** config.sgml	2007-09-20 17:39:44.000000000 -0700
--- config.sgml.jd	2007-09-20 17:39:18.000000000 -0700
***************
*** 2625,2631 ****
            <term><literal>DEBUG[1-5]</literal></term>
            <listitem>
             <para>
!             Provides information for use by developers.
             </para>
            </listitem>
           </varlistentry>
--- 2625,2631 ----
            <term><literal>DEBUG[1-5]</literal></term>
            <listitem>
             <para>
!             Provides information for use by developers. The syslog facility will log DEBUG[1-5] as LOG_DEBUG.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2635,2641 ****
            <listitem>
             <para>
              Provides information implicitly requested by the user,
!             e.g., during <command>VACUUM VERBOSE</>.
             </para>
            </listitem>
           </varlistentry>
--- 2635,2641 ----
            <listitem>
             <para>
              Provides information implicitly requested by the user,
!             e.g., during <command>VACUUM VERBOSE</>. The syslog facility will log INFO as LOG_INFO.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2646,2652 ****
             <para>
              Provides information that might be helpful to users, e.g.,
              truncation of long identifiers and the creation of indexes as part
!             of primary keys.
             </para>
            </listitem>
           </varlistentry>
--- 2646,2652 ----
             <para>
              Provides information that might be helpful to users, e.g.,
              truncation of long identifiers and the creation of indexes as part
!             of primary keys. The syslog facility will log NOTICE as LOG_NOTICE.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2656,2662 ****
            <listitem>
             <para>
              Provides warnings to the user, e.g., <command>COMMIT</>
!             outside a transaction block.
             </para>
            </listitem>
           </varlistentry>
--- 2656,2662 ----
            <listitem>
             <para>
              Provides warnings to the user, e.g., <command>COMMIT</>
!             outside a transaction block. The syslog facility will log WARNING as LOG_NOTICE.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2665,2671 ****
            <term><literal>ERROR</literal></term>
            <listitem>
             <para>
!             Reports an error that caused the current command to abort.
             </para>
            </listitem>
           </varlistentry>
--- 2665,2671 ----
            <term><literal>ERROR</literal></term>
            <listitem>
             <para>
!             Reports an error that caused the current command to abort. The syslog facility will log ERROR as LOG_WARNING.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2675,2681 ****
            <listitem>
             <para>
              Reports information of interest to administrators, e.g.,
!             checkpoint activity.
             </para>
            </listitem>
           </varlistentry>
--- 2675,2681 ----
            <listitem>
             <para>
              Reports information of interest to administrators, e.g.,
!             checkpoint activity. The syslog facility will log LOG as LOG_INFO.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2684,2690 ****
            <term><literal>FATAL</literal></term>
            <listitem>
             <para>
!             Reports an error that caused the current session to abort.
             </para>
            </listitem>
           </varlistentry>
--- 2684,2690 ----
            <term><literal>FATAL</literal></term>
            <listitem>
             <para>
!             Reports an error that caused the current session to abort. The syslog facility will log FATAL as LOG_ERR.
             </para>
            </listitem>
           </varlistentry>
***************
*** 2693,2699 ****
            <term><literal>PANIC</literal></term>
            <listitem>
             <para>
!             Reports an error that caused all sessions to abort.
             </para>
            </listitem>
           </varlistentry>
--- 2693,2699 ----
            <term><literal>PANIC</literal></term>
            <listitem>
             <para>
!             Reports an error that caused all sessions to abort. The syslog facility will log PANIC as LOG_CRIT.
             </para>
            </listitem>
           </varlistentry>
