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.
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.