MongoDB exporter log level fix.

This commit is contained in:
2025-10-09 07:23:52 -04:00
parent 9b6e816ba7
commit a976656b36
+1 -1
View File
@@ -4111,7 +4111,7 @@ services:
- ${DOCKER_VOLUME_CONFIG}/mongodb/db:/data/db
mongodb-exporter:
command:
- --log.level="error"
- --log.level=error
- --web.listen-address=":9216"
- --web.telemetry-path="/metrics"
container_name: mongodb-exporter