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

FEATURE: option to increase verbose level #21

Open
nunofernandes opened this issue Sep 15, 2019 · 2 comments
Open

FEATURE: option to increase verbose level #21

nunofernandes opened this issue Sep 15, 2019 · 2 comments

Comments

@nunofernandes
Copy link

It should be possible to have better logs on what the application is doing. Something like using an environment variable like VERBOSE or even a flag passed as a parameter.

@nunofernandes nunofernandes changed the title FEATURE: option to increase verbose FEATURE: option to increase verbose level Sep 15, 2019
@deitch
Copy link
Owner

deitch commented Sep 18, 2019

Oh definitely. I like it, and since this is all go, using glog is pretty straightforward. It just requires some time to sit and write lots of more detailed log statements.

Want to write a PR?

@eterna2
Copy link
Contributor

eterna2 commented Sep 18, 2019

I probably can make a PR soon.

Cuz I needed the verbosity to debug to get it to work with cluster autoscaler.

I got it to work on my cluster. Give me a couple of days to clean up the code before I make a PR.

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

3 participants