services.postgresql.settings.log_line_prefix
NixOS option
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.
type: stringDefault
"[%p] "
Example
declared in: nixos/modules/services/databases/postgresql.nixView source on NixOS/nixpkgs →"%m [%p] "