Christopher Kings-Lynne wrote:> *.* /var/log/pgsql
With linux is better do:
*.* -/var/log/pgsql
the "-" instruct syslog to not flush on the disk each line received.
BTW in general your instructions are platform dependend
RegardsGaetano Mendola