remove postgres query logging

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-11 15:47:23 +01:00
parent 7cac5f6171
commit 7ed9a27a3d
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ version: "3.7"
services:
postgresql:
image: docker.io/library/postgres:${PSQL_TAG:-12}
command: ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]
volumes:
- db-data:/var/lib/postgresql/data
environment:

View File

@ -125,9 +125,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: unit
- if: ${{ always() }}
run: |
docker logs setup_postgresql_1
test-integration:
runs-on: ubuntu-latest
timeout-minutes: 30