aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 7cb15cd4ae4..5e871457796 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -108,8 +108,15 @@
#
-# Debug display
+# Message display
#
+
+#server_min_messages = log # 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:
+ # debug5, debug4, debug3, debug2, debug1,
+ # log, info, notice, error
#silent_mode = false
#log_connections = false