From 084bd32bad6223882d8f13b48a83b96e8c6a151f Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Wed, 13 May 2020 23:33:08 +0300 Subject: [PATCH] postgresql: Fix formatting in option description Co-authored-by: Mario Rodas --- nixos/modules/services/databases/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index 269510036a6..a65872de2a7 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -199,7 +199,7 @@ in example = "%m [%p] "; description = '' 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 + Upstream default is '%m [%p] ', i.e. it includes the timestamp. We do not include the timestamp, because journal has it anyway. ''; };