PostgreSQL_CE
PGCES-02 · Question #114
Select the most appropriate setting to output the log messages of the database to syslog.
The correct answer is E. "log_destination = syslog" in postgresql.conf.. See the full explanation below for the reasoning.
Question
Select the most appropriate setting to output the log messages of the database to syslog.
Options
- A"syslog = true" in postgresql.conf.
- B"log_destination = 0" in postgresql.conf.
- C"log_destination = 1" in postgresql.conf.
- D"log_destination = 2" in postgresql.conf.
- E"log_destination = syslog" in postgresql.conf.
How the community answered
(62 responses)- A8% (5)
- B5% (3)
- C15% (9)
- D2% (1)
- E71% (44)
Community Discussion
No community discussion yet for this question.