deitch / aws-asg-roller

Manage rolling upgrades for AWS autoscaling groups
Apache License 2.0
57 stars 17 forks source link

FEATURE: option to increase verbose level #21

Open nunofernandes opened 5 years ago

nunofernandes commented 5 years ago

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.

deitch commented 5 years ago

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 commented 5 years ago

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.