Skip to content

Commit

Permalink
feat: set default config for stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Sep 10, 2024
1 parent c61729e commit c6b878e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/soteria/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ config:
http_port: 9999
logger:
level: "debug"
stacktrace: true
tracer:
enabled: false

Expand Down
1 change: 1 addition & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ http_port: 9999
# Application logger config:
logger:
level: debug
stacktrace: true
# Validator is the upstream backend service that can validate the tokens:
validator:
url: http://validator-lb
Expand Down

0 comments on commit c6b878e

Please sign in to comment.