services.postgresql.settings.log_line_prefix
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
string- Default
"[%p] "- Example
"%m [%p] "- Declared
- <nixpkgs/nixos/modules/services/databases/postgresql.nix>