@cryptotaxi247 / infra-1 / commits / 8b1269b7

postgres: drop duplicate date and time from the log

Graham Christensen committed Mar 9, 2021 at 21:42 UTC 8b1269b7eb71889ce851f127d79104c4fa3cb0d9
1 file changed +1 -1
delft/haumea.nix
+1 -1
@@ -87,7 +87,7 @@
87 package = pkgs.postgresql_12;
88 dataDir = "/var/db/postgresql";
89 # https://pgtune.leopard.in.ua/#/
90 - logLinePrefix = "%t [%p]: user=%u,db=%d,app=%a,client=%h ";
90 + logLinePrefix = "user=%u,db=%d,app=%a,client=%h ";
91 settings = {
92 listen_addresses = lib.mkForce "10.254.1.9";
93