1. postgresql.conf ์์
> ์ฌ์ Syslog ์ค์น ํ์
> Config ์์น ํ์ธ
[config ๊ฒฝ๋ก ์์] /var/lib/pgsql/9.6/data/postgresql.conf
[์์ ์์] # ERROR REPORTING AND LOGGING ํ๋จ์์ ์์
log_destination = โstderrโ ๋ผ์ธ์ ์ฃผ์์ฒ๋ฆฌ
log_destination = โsyslogโ ๋ผ์ธ ์ถ๊ฐ
# These are relevant when logging to syslog: ํ๋จ์ ๋ค์ 4๋ผ์ธ ์ฃผ์ ํด์
#syslog_facility = โLOCAL0โ
#syslog_ident = โpostgresโ
#syslog_sequence_numbers = on
#syslog_split_messages = on
2. PostgreSQL ๋ฐ Syslog ์ฌ์์
[๋ฒ์ ์ถ๋ ฅ ์์] psql (PostgreSQL) 9.6.15
[์๋น์ค๋ช
ํ์ธ ๊ฒฝ๋ก ์์] /etc/systemd/system/multi-user.target.wants/postgresql-9.6.service
[์์ ์์๋ก ํ์ธ๋ ๋ฒ์ ์ ๋ฐ๋ฅธ ์ฌ์์ ์์] service postgresql-9.6 restart
1. postgresql.conf ์์
> ์ฌ์ Syslog ์ค์น ํ์
> Config ์์น ํ์ธ
[config ๊ฒฝ๋ก ์์] /var/lib/pgsql/9.6/data/postgresql.conf
[์์ ์์] # ERROR REPORTING AND LOGGING ํ๋จ์์ ์์
log_destination = โstderrโ ๋ผ์ธ์ ์ฃผ์์ฒ๋ฆฌ
log_destination = โsyslogโ ๋ผ์ธ ์ถ๊ฐ
# These are relevant when logging to syslog: ํ๋จ์ ๋ค์ 4๋ผ์ธ ์ฃผ์ ํด์
#syslog_facility = โLOCAL0โ
#syslog_ident = โpostgresโ
#syslog_sequence_numbers = on
#syslog_split_messages = on
2. PostgreSQL ๋ฐ Syslog ์ฌ์์
systemctl restart postgresql
service rsyslog restart