11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.269 2004/07/11 00:18:40 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.270 2004/07/24 19:51:22 tgl Exp $
33-->
44
55<Chapter Id="runtime">
@@ -1769,12 +1769,13 @@ SET ENABLE_SEQSCAN TO OFF;
17691769 <listitem>
17701770 <para>
17711771 <productname>PostgreSQL</productname> supports several methods
1772- for loggning, including <systemitem>stderr</systemitem> and
1772+ for logging server messages, including
1773+ <systemitem>stderr</systemitem> and
17731774 <systemitem>syslog</systemitem>. On Windows,
17741775 <systemitem>eventlog</systemitem> is also supported. Set this
1775- option to a list of desired log destinations separated by a
1776- comma . The default is to log to <systemitem>stderr</systemitem>
1777- only. This option must be set at server start.
1776+ option to a list of desired log destinations separated by
1777+ commas . The default is to log to <systemitem>stderr</systemitem>
1778+ only.
17781779 </para>
17791780 </listitem>
17801781 </varlistentry>
@@ -1783,15 +1784,16 @@ SET ENABLE_SEQSCAN TO OFF;
17831784 <term><varname>syslog_facility</varname> (<type>string</type>)</term>
17841785 <listitem>
17851786 <para>
1786- This option determines the <application>syslog</application>
1787- <quote>facility</quote> to be used when logging via
1788- <application>syslog</application> is enabled. You may choose
1787+ If logging to <application>syslog</> is enabled, this option
1788+ determines the <application>syslog</application>
1789+ <quote>facility</quote> to be used. You may choose
17891790 from <literal>LOCAL0</>, <literal>LOCAL1</>,
17901791 <literal>LOCAL2</>, <literal>LOCAL3</>, <literal>LOCAL4</>,
17911792 <literal>LOCAL5</>, <literal>LOCAL6</>, <literal>LOCAL7</>;
17921793 the default is <literal>LOCAL0</>. See also the
17931794 documentation of your system's
1794- <application>syslog</application>.
1795+ <application>syslog</application> daemon.
1796+ This option can only be set at server start.
17951797 </para>
17961798 </listitem>
17971799 </varlistentry>
@@ -1803,8 +1805,9 @@ SET ENABLE_SEQSCAN TO OFF;
18031805 If logging to <application>syslog</> is enabled, this option
18041806 determines the program name used to identify
18051807 <productname>PostgreSQL</productname> messages in
1806- <application>syslog</application> log messages . The default is
1808+ <application>syslog</application> logs . The default is
18071809 <literal>postgres</literal>.
1810+ This option can only be set at server start.
18081811 </para>
18091812 </listitem>
18101813 </varlistentry>
0 commit comments