类型: | enum |
默认: | default |
上下文: | superuser |
重新开始: | false |
值: | [terse, default, verbose] |
控制为每一个被记录的消息要写入到服务器日志的细节量。有效值是TERSE
、DEFAULT
和VERBOSE
,每一个都为显示的消息增加更多域。TERSE
排除记录DETAIL
、HINT
、QUERY
和CONTEXT
错误信息。VERBOSE
输出包括SQLSTATE
错误码(见errcodes-appendix)以及产生错误的源代码文件名、函数名和行号。只有超级用户能够更改这个设置。
建议 [EN]
Unless doing intensive debugging. Alternately, set to TERSE if managing log volume is becoming a problem.
在 StackOverflow
在 pgsql-hackers
- Make postmaster environment dump easier to skim over
- Re: using __func__ to locate and distinguish some error messages
- Re: Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled
- Re: Improve the error message for logical replication of regular column to generated column.
- Re: Synchronizing slots from primary to standby