From ad6b50e872edae61cc5bfe7151b9a788e2c30af9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 18 Jun 2021 14:02:17 +0200
Subject: [PATCH] Enable info-logs for lag analysis

---
 execution/helm/templates/theodolite/thedolite-operator.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/execution/helm/templates/theodolite/thedolite-operator.yaml b/execution/helm/templates/theodolite/thedolite-operator.yaml
index fb206c754..497ed751e 100644
--- a/execution/helm/templates/theodolite/thedolite-operator.yaml
+++ b/execution/helm/templates/theodolite/thedolite-operator.yaml
@@ -35,6 +35,9 @@ spec:
           ports:
           - containerPort: 80
             name: analysis
+          env:
+          - name: LOG_LEVEL
+            value: INFO
       volumes:
       - name: benchmark-resources
         configMap:
-- 
GitLab