mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
updated postgresql settings
This commit is contained in:
@@ -201,9 +201,10 @@ in
|
||||
|
||||
# logging configuration
|
||||
log_connections = true;
|
||||
log_statement = "all";
|
||||
log_statement = "ddl";
|
||||
logging_collector = true;
|
||||
log_disconnections = true;
|
||||
log_rotation_age = "14d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user