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.
- Type
string- Default
"[%p] "- Example
"%m [%p] "- Declared
- <nix-darwin/modules/services/postgresql>