1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Move log_error_verbosity GUC setting to "What to log" section, and

document the behavior of terse and verbose output options.
This commit is contained in:
Bruce Momjian
2010-02-16 21:35:51 +00:00
parent 70d8a2c29e
commit 813135d8c9
2 changed files with 24 additions and 23 deletions

View File

@ -311,8 +311,6 @@
# fatal
# panic
#log_error_verbosity = default # terse, default, or verbose messages
#log_min_error_statement = error # values in order of decreasing detail:
# debug5
# debug4
@ -343,6 +341,7 @@
#log_connections = off
#log_disconnections = off
#log_duration = off
#log_error_verbosity = default # terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '' # special values:
# %a = application name