From: Nick Mathewson Date: Sat, 17 Aug 2013 01:58:50 +0000 (-0400) Subject: Document the correct loglevel for the heartbeat message X-Git-Tag: tor-0.2.5.1-alpha~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edaea773e57cc39e892643bcce12c755810f508b;p=thirdparty%2Ftor.git Document the correct loglevel for the heartbeat message --- diff --git a/changes/doc-heartbeat-loglevel b/changes/doc-heartbeat-loglevel new file mode 100644 index 0000000000..91f40ad260 --- /dev/null +++ b/changes/doc-heartbeat-loglevel @@ -0,0 +1,3 @@ + o Minor documentation fixes: + - Fix the documentation of HeartbeatPeriod to say that the heartbeat + message is logged at notice, not at info. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 86e9afc18d..732a7790d9 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1530,7 +1530,7 @@ is non-zero): **HeartbeatPeriod** __N__ **minutes**|**hours**|**days**|**weeks**:: Log a heartbeat message every **HeartbeatPeriod** seconds. This is - a log level __info__ message, designed to let you know your Tor + a log level __notice__ message, designed to let you know your Tor server is still alive and doing useful things. Settings this to 0 will disable the heartbeat. (Default: 6 hours)