Type: | enum |
Default: | warning |
Context: | superuser |
Restart: | false |
Values: | [debug5, debug4, debug3, debug2, debug1, info, notice, warning, error, log, fatal, panic] |
Controls which message levels are written to the server log. Valid values are DEBUG5
, DEBUG4
, DEBUG3
, DEBUG2
, DEBUG1
, INFO
, NOTICE
, WARNING
, ERROR
, LOG
, FATAL
, and PANIC
. Each level includes all the levels that follow it. The later the level, the fewer messages are sent to the log. The default is WARNING
. Note that LOG
has a different rank here than in client_min_messages. Only superusers and users with the appropriate SET
privilege can change this setting.
Recommendations
Unless doing serious troubleshooting. If you want to output parses and plans, set to DEBUG1.
On StackOverflow
On pgsql-hackers
- Re: Schema variables - new implementation for Postgres 15
- Re: Making autovacuum logs indicate if insert-based threshold was the triggering condition
- Re: Patch proposal: New hooks in the connection path
- Re: fix archive module shutdown callback
- Re: tests against running server occasionally fail, postgres_fdw & tenk1