added todo suggestion: create debug logs but erase them on success

This commit is contained in:
Ilya_Shlyakhter 2020-02-24 22:37:51 +00:00 committed by admin
parent 93af53f0fc
commit 370ce884f3

View file

@ -0,0 +1,3 @@
To help understand hard-to-replicate failures, add an option to always generate a debug log but to erase it as a final step if an operation succeeds. If an operation fails, keep the log and print a message pointing to it.
Maybe, save such logs somewhere under .git/annex and have a command to upload them (over https and encrypted with @joeyh's key?) to some server where they can be examined.