gLn23
03-15-02, 22:58
| i configure PostgreSQL7.2 with enable-syslog into my RedHat7.2 Machine, then i add/change some lines to postgresql.conf, /etc/syslog.conf, and /etc/logrotate/syslog ============================================ postgresql.conf: ---change--- #log_connections = false log_connections = true #syslog = 0 syslog = 2 ============================================ /etc/syslog.conf: ---add--- local0.* /var/log/postgresql.log ============================================ /etc/logrotate/syslog ---change--- /var/log/messages /var/log/secure ... /var/log/postgresql.log ============================================ :confused: anybody? am i changing the right files? hmmm...pls.. HELP me guys... thanx! |