classmethod / gradle-aws-plugin

Gradle plugin to manage Amazon Web Services
276 stars 132 forks source link

Log stack events if in info mode #106

Closed donalhenry closed 7 years ago

donalhenry commented 7 years ago

Created branch latest state of develop branch in classmethod

donalhenry commented 7 years ago

@dai0304 Do you plan to target this pull for 0.36?

dai0304 commented 7 years ago

It is not good that no output is printed in log for a long time. When this change is applied and if the last event is IN_PROGRESS status for a long time, nothing is output to logger. This makes some users worry...

Would you do some output whenever new events was not found?

donalhenry commented 7 years ago

What I could do is output a 'status' line if we pass through the while loop and there are no new events lines to output. That would provide consistent feedback during a long stack update.

donalhenry commented 7 years ago

I just reread your comment. I will do exactly what you suggested and create another pull request.