By default, set log_line_prefix = '%m [%p] '.

Robert Haas <rhaas@postgresql.org>

Commit: 7d3235ba42f8d5fc70c58e242702cc5e2e3549a6
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-10-17T20:34:48Z
Releases: 10.0
By default, set log_line_prefix = '%m [%p] '.

This value might not be to everyone's taste; in particular, some
people might prefer %t to %m, and others may want %u, %d, or other
fields.  However, it's a vast improvement on the old default of ''.

Christoph Berg

Files

Documentation touched