neuroinformatics-unit / datashuttle

Tool for the creation, validation and transfer of neuroscience project folders.
https://datashuttle.neuroinformatics.dev/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Make create folders logging optional #379

Closed JoeZiminski closed 3 months ago

JoeZiminski commented 5 months ago

This PR makes an option to make logging optional on create_folders.

No documentation or tests are required. I suppose it could be tested that setting to False actually stops logging, it is already tested that create_folders does log if True. But seems overkill.

This PR requires #384 to be merged because some fixes in the logging were discovered during this PR.