diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-07 22:15:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-07 22:15:24 -0400 |
commit | 0de2625675c9b504a40312ef190bf8b184cc9ce0 (patch) | |
tree | d3621f1f459b987e93ae0a4d44cc6cbfc268ccc4 /changes | |
parent | 2e1ac274abed4127a6a30b753297166caf59feb1 (diff) | |
parent | 48b9c6fcc60561ee0054d7cbd4603c4f832eeaa3 (diff) | |
download | tor-0de2625675c9b504a40312ef190bf8b184cc9ce0.tar.gz tor-0de2625675c9b504a40312ef190bf8b184cc9ce0.zip |
Merge remote-tracking branch 'public/bug8387_diagnostic'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/diagnose_8387 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/diagnose_8387 b/changes/diagnose_8387 new file mode 100644 index 0000000000..3dfc84578c --- /dev/null +++ b/changes/diagnose_8387 @@ -0,0 +1,4 @@ + o Minor features (diagnostic): + - When we log a heartbeat, log how many one-hop circuits we have that + are at least 30 minutes old, and log status information about a + few of them. This is an attempt to track down bug 8387. |