vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

Plugin Metadata Fetch Should Not Rely on Stdout #75

Open autodidaddict opened 8 years ago

autodidaddict commented 8 years ago

If someone writes a plugin that emits to stdout in their main() method, the plugin will fail metadata fetch. You'll see an error during list-tiles and the plugin won't work at all. Ideally we should be able to emit debug/trace/whatever in the main function without interfering with metadata fetch by cfops.