We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44101db + efc1afe commit 8027fb5Copy full SHA for 8027fb5
1 file changed
runtime/functions
@@ -247,6 +247,7 @@ 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