Skip to content

Commit

Permalink
feat: enable access logs in gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored Oct 7, 2024
1 parent 30f34a5 commit b177838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ georchestra:
replicaCount: "1"
docker_image: georchestra/gateway:latest
environment:
JAVA_TOOL_OPTIONS: "-Dgeorchestra.datadir=/etc/georchestra"
JAVA_TOOL_OPTIONS: "-Dgeorchestra.datadir=/etc/georchestra -Dreactor.netty.http.server.accessLogEnabled=true"
extra_environment: []
service:
annotations: {}
Expand Down

0 comments on commit b177838

Please sign in to comment.