April 2018
Intermediate to advanced
508 pages
15h 22m
English
This is what the default settings in the postgresql.conf setting look like for the main logging setup parameters:
log_destination = 'stderr' logging_collector = off log_line_prefix = '' log_directory = 'pg_log' log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'
It's important to know what all these lines mean before changing them:
Read now
Unlock full access