Skip to content

Commit 8027fb5

Browse files
authored
Merge pull request #80 from TheCount/feature-logging
Actually enable logging
2 parents 44101db + efc1afe commit 8027fb5

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
@@ -247,6 +247,7 @@ initialize_database() {
247247
# configure logging
248248
set_postgresql_param "log_directory" "${PG_LOGDIR}"
249249
set_postgresql_param "log_filename" "postgresql-${PG_VERSION}-main.log"
250+
set_postgresql_param "logging_collector" "on"
250251

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

0 commit comments

Comments
 (0)