From 3b34037217c876b031f3676453ffcb56742da743 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sat, 27 Apr 2019 21:56:00 +0100 Subject: [PATCH] Switch InfluxDB log level to error --- tasks/stats.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/stats.yml b/tasks/stats.yml index 7dc7dc47..c9870b51 100644 --- a/tasks/stats.yml +++ b/tasks/stats.yml @@ -30,6 +30,8 @@ ports: - "8086:8086" restart_policy: unless-stopped + env: + INFLUXDB_LOGGING_LEVEL: "error" memory: 1g - name: Template telegraf.conf