diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d9ebb9869f..e05685dd92 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2299,6 +2299,25 @@ SELECT * FROM parent WHERE key = 2400; 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 ), 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. + +