File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -428,8 +428,6 @@ effective_cache_size = 128MB
428
428
# REPORTING AND LOGGING
429
429
#------------------------------------------------------------------------------
430
430
431
- include = '/etc/postgresql/logging.conf'
432
-
433
431
# These are relevant when logging to syslog:
434
432
#syslog_facility = 'LOCAL0'
435
433
#syslog_ident = 'postgres'
@@ -750,7 +748,7 @@ jit_provider = 'llvmjit' # JIT library to use
750
748
# default postgresql.conf. Note that these are directives, not variable
751
749
# assignments, so they can usefully be given more than once.
752
750
753
- # include_dir = '... ' # include files ending in '.conf' from
751
+ include_dir = '/etc/postgresql-custom ' # include files ending in '.conf' from
754
752
# a directory, e.g., 'conf.d'
755
753
#include_if_exists = '...' # include file only if it exists
756
754
#include = '...' # include file
Original file line number Diff line number Diff line change 1
1
- name : PG logging conf
2
2
template :
3
3
src : files/postgresql_config/postgresql-csvlog.conf
4
- dest : /etc/postgresql/logging.conf
4
+ dest : /etc/postgresql-custom /logging.conf
5
5
group : postgres
6
6
7
7
- name : UFW - Allow SSH connections
You can’t perform that action at this time.
0 commit comments