chore: add log_statement=all for test-postgres-docker (#6025)

This commit is contained in:
Cian Johnston 2023-02-03 18:58:31 +00:00 committed by GitHub
parent 2c2bbcc019
commit 571f5d0e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -610,7 +610,8 @@ test-postgres-docker:
-c max_connections=1000 \
-c fsync=off \
-c synchronous_commit=off \
-c full_page_writes=off
-c full_page_writes=off \
-c log_statement=all
while ! pg_isready -h 127.0.0.1
do
echo "$(date) - waiting for database to start"