Logging eingeschränkt

This commit is contained in:
borgal
2024-02-11 18:01:18 +01:00
parent 1aebc61fff
commit 78de7fae23

View File

@@ -12,6 +12,9 @@ services:
- INFLUXDB_DB=METRICS - INFLUXDB_DB=METRICS
- INFLUXDB_USERNAME=${INFLUXDB_USERNAME} - INFLUXDB_USERNAME=${INFLUXDB_USERNAME}
- INFLUXDB_PASSWORD=${INFLUXDB_PASSWORD} - INFLUXDB_PASSWORD=${INFLUXDB_PASSWORD}
- INFLUXDB_REPORTING_DISABLED=true
#Determines which level of logs will be emitted. The available levels are error, warn, info, and debug.
- INFLUXDB_LOGGING_LEVEL=warn
networks: networks:
- external_network - external_network
restart: unless-stopped restart: unless-stopped