From 370ce884f3df210732d33ab6a584c473776a13cd Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 24 Feb 2020 22:37:51 +0000 Subject: [PATCH] added todo suggestion: create debug logs but erase them on success --- doc/todo/create_debug_logs_but_erase_them_on_success.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/create_debug_logs_but_erase_them_on_success.mdwn 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.