From 0774cfa6e92a59a102c6a13081eedc3cff323796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Fri, 6 Dec 2024 15:50:18 +0100 Subject: [PATCH] Add debug logs to storage_scrubber --- charts/neon-storage-scrubber/Chart.yaml | 2 +- charts/neon-storage-scrubber/templates/cronjob.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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