类型: | 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: POC: Extension for adding distributed tracing - pg_tracing
- Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed
- Re: speed up a logical replica setup
- BUG: Former primary node might stuck when started as a standby
- Re: [DOC] Add detail regarding resource consumption wrt max_connections