mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).
Backpatch to 7.3.X.
This commit is contained in:
@ -134,7 +134,7 @@
|
||||
|
||||
#log_min_error_statement = error # Values in order of increasing severity:
|
||||
# debug5, debug4, debug3, debug2, debug1,
|
||||
# info, notice, warning, error
|
||||
# info, notice, warning, error, panic(off)
|
||||
|
||||
#debug_print_parse = false
|
||||
#debug_print_rewritten = false
|
||||
|
Reference in New Issue
Block a user