By default, set log_line_prefix = '%m [%p] '.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +13 −1 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |