pangeo-forge / pangeo-forge-recipes

Python library for building Pangeo Forge recipes.

Home Page:https://pangeo-forge.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output target chunks to logs?

jbusecke opened this issue · comments

With the additions of the dynamic chunking function I think it would be great to add some logging that shows the target chunks that are actually passed internally.
I believe that will make debugging recipes on e.g. Dataflow much easier.

Makes total sense, and in general we are too thin on logs.

As I think we've discussed, logging seems to need to be at INFO level or above to get picked up by Dataflow.

PRs welcome! 😄