remove postgres query logging
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
7cac5f6171
commit
7ed9a27a3d
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue