nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 23 forks source link

Add functionality specific logging to validate_bookstore #160

Open mpacer opened 4 years ago

mpacer commented 4 years ago

In #159 we realized that there is utility in logging more information at the point of validating the bookstore settings. To keep the PR more tightly scoped we only added it to the file system cloning validation.

We need to make a decision on if we want to add logs for:

willingc commented 4 years ago

Nicely written @mpacer. To me, addition of the logs on the others depends on whether this information would be useful for monitoring or debugging. If the admin or developer would benefit, please feel free to add.