Commit 7af352d0 authored by Bruce Momjian's avatar Bruce Momjian

Revert off setting mention for client_min_messages.

Set log_min_error_messages to the proper and agreed-upon default, PANIC
(off).  (BACKPATCH)
parent f21fb30d
...@@ -121,8 +121,7 @@ ...@@ -121,8 +121,7 @@
# panic # panic
#client_min_messages = notice # Values, in order of decreasing detail: #client_min_messages = notice # Values, in order of decreasing detail:
# debug5, debug4, debug3, debug2, debug1, # debug5, debug4, debug3, debug2, debug1,
# log, info, notice, warning, error, # log, info, notice, warning, error
# panic(off)
#silent_mode = false #silent_mode = false
#log_connections = false #log_connections = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment