mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add missing mention of 'log' option for client_min_messages.
This commit is contained in:
@ -121,7 +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, notice, warning, error
|
# log, info, notice, warning, error
|
||||||
#silent_mode = false
|
#silent_mode = false
|
||||||
|
|
||||||
#log_connections = false
|
#log_connections = false
|
||||||
|
Reference in New Issue
Block a user