类型: | enum |
默认: | warning |
上下文: | superuser |
重新开始: | false |
值: | [debug5, debug4, debug3, debug2, debug1, info, notice, warning, error, log, fatal, panic] |
控制哪些消息级别 被写入到服务器日志。有效值是DEBUG5
、DEBUG4
、 DEBUG3
、DEBUG2
、DEBUG1
、 INFO
、NOTICE
、WARNING
、 ERROR
、LOG
、FATAL
和 PANIC
。每个级别都包括以后的所有级别。级别越靠后,被发送的消息越少。默认值是WARNING
。注意LOG
在这里有与client_min_messages中不同的排名。只有超级用户可以改变这个设置。
建议 [EN]
Unless doing serious troubleshooting. If you want to output parses and plans, set to DEBUG1.
在 StackOverflow
在 pgsql-hackers
- Re: Proposal: add a debug message about using geqo
- Re: Race condition in server-crash testing
- Proposal: add a debug message about using geqo
- Re: Unfiltered server logs routing via a new elog hook or existing emit_log_hook bypassing log_min_message check
- Re: Perform streaming logical transactions by background workers and parallel apply