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