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:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/library/postgres:${PSQL_TAG:-12}
|
image: docker.io/library/postgres:${PSQL_TAG:-12}
|
||||||
command: ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]
|
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -125,9 +125,6 @@ jobs:
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
flags: unit
|
flags: unit
|
||||||
- if: ${{ always() }}
|
|
||||||
run: |
|
|
||||||
docker logs setup_postgresql_1
|
|
||||||
test-integration:
|
test-integration:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
Reference in New Issue