Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7af352d

Browse files
committed
Revert off setting mention for client_min_messages.
Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). (BACKPATCH)
1 parent f21fb30 commit 7af352d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/utils/misc/postgresql.conf.sample

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
# panic
122122
#client_min_messages = notice # Values, in order of decreasing detail:
123123
# debug5, debug4, debug3, debug2, debug1,
124-
# log, info, notice, warning, error,
125-
# panic(off)
124+
# log, info, notice, warning, error
126125
#silent_mode = false
127126

128127
#log_connections = false

0 commit comments

Comments
 (0)