Skip to content

Commit 7c4f65f

Browse files
authored
Merge pull request #50 from maddevsio/feature/change-log-level
#43 changed log-level for external-secrets and calico
2 parents ad56666 + 20e466f commit 7c4f65f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

terraform/layer2-k8s/templates/calico-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ calico:
1010
tag: v3.15.1
1111

1212
typha:
13-
logseverity: Info #Debug, Info, Warning, Error, Fatal
13+
logseverity: Warning #Debug, Info, Warning, Error, Fatal
1414
image: quay.io/calico/typha
1515
resources:
1616
requests:
@@ -24,7 +24,7 @@ calico:
2424
beta.kubernetes.io/os: linux
2525
podAnnotations: {}
2626
node:
27-
logseverity: Info #Debug, Info, Warning, Error, Fatal
27+
logseverity: Warning #Debug, Info, Warning, Error, Fatal
2828
image: quay.io/calico/node
2929
resources:
3030
requests:

terraform/layer2-k8s/templates/external-secrets-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ env:
33
AWS_REGION: ${region}
44
AWS_DEFAULT_REGION: ${region}
55
POLLER_INTERVAL_MILLISECONDS: 30000
6-
LOG_LEVEL: info
6+
# trace, debug, info, warn, error, fatal
7+
LOG_LEVEL: warn
78
LOG_MESSAGE_KEY: 'msg'
89
METRICS_PORT: 3001
910

0 commit comments

Comments
 (0)