MyNixOS website logo
option

services.postgresql.logLinePrefix

A printf-style string that is output at the beginning of each log line. Upstream default is '%m [%p] ', i.e. it includes the timestamp. We do not include the timestamp, because journal has it anyway.

Declarations
Type
string
Default
"[%p] "
Example
"%m [%p] "