pivotal-cf-experimental / ops_manager_ui_drivers

DEPRECATED as of OM 1.11; don't even think about using this repo
Other
4 stars 4 forks source link

Sleep time on WaitHelper could be configurable #11

Closed kirederik closed 8 years ago

kirederik commented 8 years ago

We're using the opsmgr gem to trigger the installation on our PCF environments and this takes a while to complete. We have the log level set to Debug, and with a sleep interval of 0.5 seconds (the default) we are getting flooded with logs. For example:

screen shot 2016-01-27 at 11 28 37

We think we've got a solution, by exposing a OpsManagerUiDrivers::WaitHelper::sleep_interval (similar with OpsManagerUiDrivers::Logger.logger.level). Would you be open to accepting a PR for this?

cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/112501341.

aashah commented 8 years ago

We're totally open to PRs. Otherwise, the work to do this is captured in the story that got created automatically. I'll prioritize the chore in any case.