In our hatch hooks (we have one metadata and one build hook) at https://github.com/openzim/hatch-openzim/, I would like to be able to log stuff so that it is displayed when invoking stuff like hatch --verbose build.
This would be very practical especially for the build hook (which does way more stuff than the metadata one) and in especially in case of error (to know what has already been done and where the hook failed).
Is there any solution already in place or planned?
In our hatch hooks (we have one metadata and one build hook) at https://github.com/openzim/hatch-openzim/, I would like to be able to log stuff so that it is displayed when invoking stuff like
hatch --verbose build
.This would be very practical especially for the build hook (which does way more stuff than the metadata one) and in especially in case of error (to know what has already been done and where the hook failed).
Is there any solution already in place or planned?