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

Revert changes made in #657

jbusecke opened this issue · comments

Some more deep digging into logs lately has convinced me that the changes I made in #657 are not working.

I think we should remove this line:

logger.info(f"Storing Zarr with {target_chunks =} to {self.get_full_target()}")

The target_chunks information is actually already being logged in split_fragments, but having the target store logged would still be valuable. Particularly if injections are used to modify this, the user should have a way to confirm exactly where data is written to.