Skip to content

Commit

Permalink
helm: Set RUST_BACKTRACE to 1 for all containers
Browse files Browse the repository at this point in the history
Default RUST_BACKTRACE to 1 for all containers in the helm chart, so we
get backtraces for panics

Change-Id: I811a30ca5c8f80a6193e4049132a67f1a7835ee4
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/4742
Tested-by: Buildkite CI
Reviewed-by: Ian Meyer <ian@readyset.io>
  • Loading branch information
glittershark committed Apr 25, 2023
1 parent 6e9b091 commit a51ac40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/readyset/values.yaml
Expand Up @@ -533,6 +533,9 @@ readyset:
# -- Toggles query logging. Set to 0 (off) or 1 (on).
QUERY_LOG: 'true'

# -- Enable backtraces in panic outputs
RUST_BACKTRACE: '1'

resources:
# -- Resource requests and limits for ReadySet adapters.
requests:
Expand Down

0 comments on commit a51ac40

Please sign in to comment.