Skip to content

Commit 7a62895

Browse files
authored
Merge pull request #136 from sameersbn/revert-80-feature-logging
Revert "Actually enable logging"
2 parents 8027fb5 + ddcde68 commit 7a62895

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runtime/functions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ 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"
251250

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

0 commit comments

Comments
 (0)