MongoDB exporter log level fix.
This commit is contained in:
+1
-1
@@ -4111,7 +4111,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_CONFIG}/mongodb/db:/data/db
|
- ${DOCKER_VOLUME_CONFIG}/mongodb/db:/data/db
|
||||||
mongodb-exporter:
|
mongodb-exporter:
|
||||||
command:
|
command:
|
||||||
- --log.level="error"
|
- --log.level=error
|
||||||
- --web.listen-address=":9216"
|
- --web.listen-address=":9216"
|
||||||
- --web.telemetry-path="/metrics"
|
- --web.telemetry-path="/metrics"
|
||||||
container_name: mongodb-exporter
|
container_name: mongodb-exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user