-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
debug setting in config doesn't work #5
Comments
I retested this after you reported this problem and it was working. Can you retest with the latest build? |
I regret to report that I still don't know how to build Go from scratch. Have an easy cmd line example for Darwin? |
Do you have mkdir -p $GOPATH/src/github.com/influxdb
cd $GOPATH/src/github.com/influxdb
git clone [email protected]:influxdb/telegraf.git
cd telegraf
go run cmd/telegraf/telegraf.go |
verified fixed with latest build. |
bielawb
added a commit
to bielawb/telegraf
that referenced
this issue
Mar 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the config file, the
debug
setting is non-functional:Whether debug is set to true or false, no debugging output happens. I can use
tivan -config tivan.toml -debug
to get debug output. I'd be fine with that being the only option.If removing the
debug
setting from the config is simple I vote we do that. It seems better as a command-line flag anyway.The text was updated successfully, but these errors were encountered: