mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-27 10:45:14 +00:00
Switch InfluxDB log level to error
This commit is contained in:
parent
acaf38a8bf
commit
3b34037217
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
ports:
|
ports:
|
||||||
- "8086:8086"
|
- "8086:8086"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
env:
|
||||||
|
INFLUXDB_LOGGING_LEVEL: "error"
|
||||||
memory: 1g
|
memory: 1g
|
||||||
|
|
||||||
- name: Template telegraf.conf
|
- name: Template telegraf.conf
|
||||||
|
|
Loading…
Reference in a new issue