Skip to content

Commit 4e56abe

Browse files
authored
Add Postgres default log_directory (#114)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 7c3b1e4 commit 4e56abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/infrastructure/rdbms/vars/postgresql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
---
1616
postgresql_global_config_options:
17+
- option: log_directory
18+
value: 'log'
1719
- option: listen_addresses
1820
value: '*'
1921
- option: max_connections

0 commit comments

Comments
 (0)