mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
Properly document default value of log_min_error_statement in postgresql.conf.
This commit is contained in:
parent
b602639dc6
commit
ba4de4e06a
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
#log_duration = false
|
||||
#log_timestamp = false
|
||||
|
||||
#log_min_error_statement = error # Values in order of increasing severity:
|
||||
#log_min_error_statement = panic # Values in order of increasing severity:
|
||||
# debug5, debug4, debug3, debug2, debug1,
|
||||
# info, notice, warning, error, panic(off)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue