diff --git a/doc/todo/create_debug_logs_but_erase_them_on_success.mdwn b/doc/todo/create_debug_logs_but_erase_them_on_success.mdwn new file mode 100644 index 0000000000..6edb443cfc --- /dev/null +++ b/doc/todo/create_debug_logs_but_erase_them_on_success.mdwn @@ -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.