Contents
log_startup_progress_interval
A server parameter determining how often the startup process will log a message
log_startup_progress_interval
is a configuration paremeter determining how often the startup process will log a message about a long-running operation that is still in progress. This makes the activity of startup process more transparent, particularly
log_startup_progress_interval
was added in PostgreSQL 15.
Default value
The default value for log_startup_progress_interval
is: 10s
.
Usage
Setting log_startup_progress_interval
to 0
disables logging of startup process operations.
Change history
- PostgreSQL 15
- added (commit 9ce346ea)
References
- PostgreSQL documentation: log_startup_progress_interval