nerdexam
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)
  • A
    8% (5)
  • B
    5% (3)
  • C
    15% (9)
  • D
    2% (1)
  • E
    71% (44)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice