mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Default server_min_messages is NOTICE.
This commit is contained in:
parent
ce7a4f06a2
commit
343e47c27d
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
# Message display
|
||||
#
|
||||
|
||||
#server_min_messages = log # Values, in order of decreasing detail:
|
||||
#server_min_messages = notice # Values, in order of decreasing detail:
|
||||
# debug5, debug4, debug3, debug2, debug1,
|
||||
# info, notice, error, log, fatal, panic
|
||||
#client_min_messages = info # Values, in order of decreasing detail:
|
||||
|
|
|
|||
Loading…
Reference in a new issue