the syslog configuration file (at least not on most known Unixen).
I dunno why we hadn't had that info in the docs all along ...
-
+
Server Configuration
logging_collector must be enabled to generate
CSV-format log output.
+
+
+ On most Unix systems, you will need to alter the configuration of
+ your system's
syslog daemon in order
+ to make use of the syslog option for
+
log_destination>. PostgreSQL
+ can log to
syslog facilities
+
LOCAL0> through LOCAL7> (see
+ linkend="guc-syslog-facility">), but the default
+
syslog configuration on most platforms
+ will discard all such messages. You will need to add something like
+local0.* /var/log/postgresql
+
+ to the
syslog daemon's configuration file
+ to make it work.
+
+