-
Are the flags for docker run as described in the References are also available as environment variables? e.g. for configuring the debug level ($LOG_LEVEL). Or is it limited to only $MONGODB_URI? I tested $LOG_LEVEL debug but it seems it does not affect the exporter config. |
Beta Was this translation helpful? Give feedback.
Answered by
idoqo
Oct 15, 2024
Replies: 1 comment
-
At the moment, only |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BupycHuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, only
MONGODB_USER
,MONGODB_PASSWORD
, andMONGODB_URI
are available via environment variables sadly. Log levels have to be changed with a direct command flag