
22 Feb
2011
22 Feb
'11
5:45 p.m.
commit ce4f8791010819309f44eceb8f1ae064c5560e79 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Feb 22 12:39:28 2011 -0500 Add a changes file for the heartbeat code --- changes/heartbeat | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/changes/heartbeat b/changes/heartbeat new file mode 100644 index 0000000..008d915 --- /dev/null +++ b/changes/heartbeat @@ -0,0 +1,7 @@ + o Minor features + - Add a new 'Heartbeat' log message type to periodically log a + message describing Tor's status at level Notice. This feature + is meant for operators who log at notice, adn want to make sure + that their Tor server is still working. Implementation by + George Kadianakis. +