Postgres : Add debug note.
This commit is contained in:
parent
9e6b305896
commit
a6e1347a1c
|
@ -70,6 +70,15 @@ in {
|
||||||
package = pkgs.postgresql_14;
|
package = pkgs.postgresql_14;
|
||||||
dataDir = "/var/lib/postgresql/data/14";
|
dataDir = "/var/lib/postgresql/data/14";
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
|
|
||||||
|
# NOTE: Debug mode.
|
||||||
|
# settings = {
|
||||||
|
# log_connections = true;
|
||||||
|
# log_destination = lib.mkForce "syslog";
|
||||||
|
# log_disconnections = true;
|
||||||
|
# log_statement = "all";
|
||||||
|
# logging_collector = true;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue