Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--quiet doesn't seem to affect output #17

Open
rhclayto opened this issue Dec 31, 2024 · 0 comments
Open

--quiet doesn't seem to affect output #17

rhclayto opened this issue Dec 31, 2024 · 0 comments

Comments

@rhclayto
Copy link

/opt/prometheus/exporters/wireguard/wireguard_exporter --quiet --listen-address="127.0.0.1" --listen-port="9586"
/opt/prometheus/exporters/wireguard/wireguard_exporter -q --listen-address="127.0.0.1" --listen-port="9586"
/opt/prometheus/exporters/wireguard/wireguard_exporter -qq --listen-address="127.0.0.1" --listen-port="9586"
/opt/prometheus/exporters/wireguard/wireguard_exporter -qqq --listen-address="127.0.0.1" --listen-port="9586"

With all variations, in the logs I get repeated every 5 seconds:

Dec 31 13:11:23 gateway prometheus-wireguard[8170]: 2024-12-31T13:11:23.878113Z INFO wireguard_exporter: Collecting metrics...

Am I doing it wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant