mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +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:
|
||||
- "8086:8086"
|
||||
restart_policy: unless-stopped
|
||||
env:
|
||||
INFLUXDB_LOGGING_LEVEL: "error"
|
||||
memory: 1g
|
||||
|
||||
- name: Template telegraf.conf
|
||||
|
|
Loading…
Reference in a new issue