# Set the command-line arguments to pass to the server.
# Due to scaping, if you are using systemd you need to double your backslashes (\\d for \d).
ARGS=''

# prometheus-mqtt-exporter supports the following options:

#  -config string
#    	config file (default "/etc/prometheus/mqtt-exporter.yaml")
#  -listen-address string
#    	listen address for HTTP server used to expose metrics (default
#    	"0.0.0.0")
#  -listen-port string
#    	HTTP port used to expose metrics (default "9641")
#  -log-format string
#    	set the desired log output format. Valid values are 'console' and
#    	'json' (default "console")
#  -log-level value
#    	sets the default loglevel (default: "info")
