mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Rename server_min_messages to log_min_messages. Part of consolidation
of log_ settings.
This commit is contained in:
@ -112,7 +112,7 @@
|
||||
#
|
||||
# Message display
|
||||
#
|
||||
#server_min_messages = notice # Values, in order of decreasing detail:
|
||||
#log_min_messages = notice # Values, in order of decreasing detail:
|
||||
# debug5, debug4, debug3, debug2, debug1,
|
||||
# info, notice, warning, error, log, fatal,
|
||||
# panic
|
||||
|
Reference in New Issue
Block a user