We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8027fb5 + ddcde68 commit 7a62895Copy full SHA for 7a62895
1 file changed
runtime/functions
@@ -247,7 +247,6 @@ initialize_database() {
247
# configure logging
248
set_postgresql_param "log_directory" "${PG_LOGDIR}"
249
set_postgresql_param "log_filename" "postgresql-${PG_VERSION}-main.log"
250
- set_postgresql_param "logging_collector" "on"
251
252
# trust connections from local network
253
if [[ ${PG_TRUST_LOCALNET} == true ]]; then
0 commit comments