diff options
author | Arlo Breault <arlolra@gmail.com> | 2014-03-23 09:24:26 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-07-16 12:16:49 +0200 |
commit | 15e170e01b3f67325f952d0becda0438fa879907 (patch) | |
tree | 3c9f235db67491c0708a5fccfaf34cfa95ce548b /doc | |
parent | 98541f2892335a5a512a6c01b2f2227bde1d649e (diff) | |
download | tor-15e170e01b3f67325f952d0becda0438fa879907.tar.gz tor-15e170e01b3f67325f952d0becda0438fa879907.zip |
Add an option to overwrite logs
* Issue #5583
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 1ccf847c30..193f943e2b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -561,6 +561,9 @@ GENERAL OPTIONS messages to affect times logged by a controller, times attached to syslog messages, or the mtime fields on log files. (Default: 1 second) +[[TruncateLogFile]] **TruncateLogFile** **0**|**1**:: + If 1, Tor will overwrite logs, instead of appending them. (Default: 0) + [[SafeLogging]] **SafeLogging** **0**|**1**|**relay**:: Tor can scrub potentially sensitive strings from log messages (e.g. addresses) by replacing them with the string [scrubbed]. This way logs can |