diff --git a/charts/sentry/templates/sentry/ingest/attachments/deployment-sentry-ingest-consumer-attachments.yaml b/charts/sentry/templates/sentry/ingest/attachments/deployment-sentry-ingest-consumer-attachments.yaml index 63d79fbda..2ec5d71ad 100644 --- a/charts/sentry/templates/sentry/ingest/attachments/deployment-sentry-ingest-consumer-attachments.yaml +++ b/charts/sentry/templates/sentry/ingest/attachments/deployment-sentry-ingest-consumer-attachments.yaml @@ -97,6 +97,10 @@ spec: - "--max-batch-size" - "{{ .Values.sentry.ingestConsumerAttachments.maxBatchSize }}" {{- end }} + {{- if .Values.sentry.ingestConsumerAttachments.logLevel }} + - "--log-level" + - "{{ .Values.sentry.ingestConsumerAttachments.logLevel }}" + {{- end }} - "--" {{- if .Values.sentry.ingestConsumerAttachments.concurrency }} - "--processes" diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index e3dab019c..2dc86a130 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -313,7 +313,7 @@ sentry: # tolerations: [] # podLabels: {} # maxBatchSize: "" - + # logLevel: info # it's better to use prometheus adapter and scale based on # the size of the rabbitmq queue autoscaling: