1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Increase the default value of log_min_messages to WARNING, so that

NOTICE-grade messages are not logged by default.  Per pgsql-hackers
discussion back on 21-Nov-2007.
This commit is contained in:
Tom Lane
2008-03-10 03:22:29 +00:00
parent 7953fdcd9e
commit 2abf130a4e
3 changed files with 6 additions and 6 deletions

View File

@ -278,7 +278,7 @@
# warning
# error
#log_min_messages = notice # values in order of decreasing detail:
#log_min_messages = warning # values in order of decreasing detail:
# debug5
# debug4
# debug3