Skip to content

Commit

Permalink
Adding web logging to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro committed May 14, 2024
1 parent 6a62c79 commit 8833d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ltps-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
args: [
"--logging.level.ca.ubc={{ .Values.logging.level }}",
"--logging.level.edu.ksu.canvas.net={{ .Values.logging.rest}}",
"--logging.level.org.springframework.web={{ .Values.logging.web}}",
"--canvas.url={{ .Values.canvas.url }}",
"--canvas.token={{ .Values.canvas.token }}",
"--canvas.timeout.connect={{ .Values.canvas.timeout.connect }}",
Expand Down
1 change: 1 addition & 0 deletions ltps-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ resources: {}
logging:
level: INFO
rest: DEBUG
web: INFO
canvas:
url: https://beta.instructure.com
token:
Expand Down

0 comments on commit 8833d04

Please sign in to comment.