diff --git a/charts/neon-storage-scrubber/Chart.yaml b/charts/neon-storage-scrubber/Chart.yaml index 2f336e0..4f98ce6 100644 --- a/charts/neon-storage-scrubber/Chart.yaml +++ b/charts/neon-storage-scrubber/Chart.yaml @@ -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 diff --git a/charts/neon-storage-scrubber/templates/cronjob.yaml b/charts/neon-storage-scrubber/templates/cronjob.yaml index cb0af89..3f05b4a 100644 --- a/charts/neon-storage-scrubber/templates/cronjob.yaml +++ b/charts/neon-storage-scrubber/templates/cronjob.yaml @@ -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