Skip to content

Commit

Permalink
add query logging for local env
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarls committed Dec 18, 2024
1 parent 4e7f925 commit 9c5eaa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kayttooikeus-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- POSTGRES_PASSWORD=oph
ports:
- 5436:5432
command: ["postgres", "-c", "log_statement=all"]
test-database:
container_name: kayttooikeus-test-db
image: postgres:16.4
Expand All @@ -17,3 +18,4 @@ services:
- POSTGRES_PASSWORD=kayttooikeus
ports:
- 5437:5432
command: ["postgres", "-c", "log_statement=all"]

0 comments on commit 9c5eaa1

Please sign in to comment.