1
1
<!--
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 $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -1769,12 +1769,13 @@ SET ENABLE_SEQSCAN TO OFF;
1769
1769
<listitem>
1770
1770
<para>
1771
1771
<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
1773
1774
<systemitem>syslog</systemitem>. On Windows,
1774
1775
<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.
1778
1779
</para>
1779
1780
</listitem>
1780
1781
</varlistentry>
@@ -1783,15 +1784,16 @@ SET ENABLE_SEQSCAN TO OFF;
1783
1784
<term><varname>syslog_facility</varname> (<type>string</type>)</term>
1784
1785
<listitem>
1785
1786
<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
1789
1790
from <literal>LOCAL0</>, <literal>LOCAL1</>,
1790
1791
<literal>LOCAL2</>, <literal>LOCAL3</>, <literal>LOCAL4</>,
1791
1792
<literal>LOCAL5</>, <literal>LOCAL6</>, <literal>LOCAL7</>;
1792
1793
the default is <literal>LOCAL0</>. See also the
1793
1794
documentation of your system's
1794
- <application>syslog</application>.
1795
+ <application>syslog</application> daemon.
1796
+ This option can only be set at server start.
1795
1797
</para>
1796
1798
</listitem>
1797
1799
</varlistentry>
@@ -1803,8 +1805,9 @@ SET ENABLE_SEQSCAN TO OFF;
1803
1805
If logging to <application>syslog</> is enabled, this option
1804
1806
determines the program name used to identify
1805
1807
<productname>PostgreSQL</productname> messages in
1806
- <application>syslog</application> log messages . The default is
1808
+ <application>syslog</application> logs . The default is
1807
1809
<literal>postgres</literal>.
1810
+ This option can only be set at server start.
1808
1811
</para>
1809
1812
</listitem>
1810
1813
</varlistentry>
0 commit comments