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

Commit f5648c2

Browse files
committed
Add missing mention of 'log' option for client_min_messages.
1 parent 43a3543 commit f5648c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# panic
122122
#client_min_messages = notice # Values, in order of decreasing detail:
123123
# debug5, debug4, debug3, debug2, debug1,
124-
# log, notice, warning, error
124+
# log, info, notice, warning, error
125125
#silent_mode = false
126126

127127
#log_connections = false

0 commit comments

Comments
 (0)