Skip to content

Commit

Permalink
feat: add logLevel option to ingestConsumerAttachments (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Sep 18, 2024
1 parent 7441ae0 commit 8005f0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8005f0f

Please sign in to comment.