Skip to content

Commit

Permalink
Remove debug level from Loki query frontend as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Nov 19, 2020
1 parent afd1d41 commit 763c23e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: loki-distributed
description: A Helm chart for Kubernetes
type: application
version: 0.7.0
version: 0.7.1
appVersion: 2.0.0
2 changes: 1 addition & 1 deletion charts/distributed-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki-distributed
================
A Helm chart for Kubernetes

Current chart version is `0.7.0`
Current chart version is `0.7.1`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spec:
- args:
- -config.file=/etc/loki/config/config.yaml
- -limits.per-user-override-config=/etc/loki/overrides/overrides.yaml
- -log.level=debug
- -target=query-frontend
image: {{ .Values.loki.image }}
imagePullPolicy: {{ .Values.loki.pullPolicy | quote }}
Expand Down

0 comments on commit 763c23e

Please sign in to comment.