Skip to content

Commit

Permalink
Add debug logs to storage_scrubber
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Dec 6, 2024
1 parent 92dba61 commit 0774cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neon-storage-scrubber/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: neon-storage-scrubber
description: neon-storage-scrubber
type: application
version: 1.3.0
version: 1.4.0
appVersion: "v0.1.0"
sources:
- https://github.com/neondatabase/neon/tree/main/storage_scrubber
2 changes: 2 additions & 0 deletions charts/neon-storage-scrubber/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
value: |
{{- toToml .Values.storageScrubber.remoteStorageConfig | nindent 20 }}
{{- end }}
- name: RUST_LOG
value: "storage_scrubber=debug,info,azure_core::http_client=debug"
{{- if .Values.settings }}
{{- with .Values.settings.sentryUrl }}
- name: SENTRY_DSN
Expand Down

0 comments on commit 0774cfa

Please sign in to comment.