<para>Determines if you would like the timestamp of the event being logged to
appear in each log line entry.
</para>
+
+ <para> Note that if <envar>syslog</envar> usage is configured,
+ then this is ignored; it is assumed that
+ <application>syslog</application> will be supplying
+ timestamps, and timestamps are therefore suppressed.
+ </para>
</listitem>
</varlistentry>
-
-
-
<varlistentry id="slon-config-logging-log-timestamp-format" xreflabel="slon_conf_log_timestamp_format">
<term><varname>log_timestamp_format</varname> (<type>string</type>)</term>
<indexterm>
-# $Id: slon.conf-sample,v 1.7.2.2 2009-04-30 15:24:21 cbbrowne Exp $
+# $Id: slon.conf-sample,v 1.7.2.3 2009-04-30 15:45:19 cbbrowne Exp $
#
# Sets how many cleanup cycles to run before a vacuum is done.
# Range: [0,100], default: 3
#log_pid=false
# If true, include the timestamp on each log line. Default is true.
+# Note that if syslog is activated, then the timestamp is suppressed,
+# irrespective of the values of log_timestamp or log_timestamp_format
#log_timestamp=true
# A strftime()-conformant format string for use with log timestamps.