Skip to content

Commit

Permalink
Set loglevel to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pkqk committed Oct 30, 2024
1 parent 9f564a9 commit 560ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
build:
context: .
configs: [gateway]
command: ["-config", "gateway"]
command: ["-config", "gateway", "-loglevel", "debug"]
environment:
- BRAMBLE_SERVICE_LIST=http://gqlgen-service:8080/query http://gqlgen-multipart-file-upload-service:8080/query http://graph-gophers-service:8080/query http://slow-service:8080/query http://nodejs-service:8080/query
ports:
Expand Down

0 comments on commit 560ad27

Please sign in to comment.