Skip to content

Commit efc1afe

Browse files
committed
Actually enable logging
1 parent 986da0d commit efc1afe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/functions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ initialize_database() {
246246
# configure logging
247247
set_postgresql_param "log_directory" "${PG_LOGDIR}"
248248
set_postgresql_param "log_filename" "postgresql-${PG_VERSION}-main.log"
249+
set_postgresql_param "logging_collector" "on"
249250

250251
# trust connections from local network
251252
if [[ ${PG_TRUST_LOCALNET} == true ]]; then

0 commit comments

Comments
 (0)