diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-28 12:08:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-28 12:08:12 -0400 |
commit | 73c5009b13e2bb750af3e6d6d2df723cddedfb53 (patch) | |
tree | 2623dfc71495a4ee5b62c952085aa5815320312b | |
parent | 7f4003d3f695d6a808facc914750a37212c0ecb7 (diff) | |
download | chutney-73c5009b13e2bb750af3e6d6d2df723cddedfb53.tar chutney-73c5009b13e2bb750af3e6d6d2df723cddedfb53.tar.gz |
Make everybody log more verbosely in the default template
-rw-r--r-- | torrc_templates/common.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/torrc_templates/common.i b/torrc_templates/common.i index 2d0661c..18e22d9 100644 --- a/torrc_templates/common.i +++ b/torrc_templates/common.i @@ -6,5 +6,8 @@ Nickname $nick ShutdownWaitLength 0 PidFile ${dir}/pid Log notice file ${dir}/notice.log +Log info file ${dir}/info.log +ProtocolWarnings 1 +SafeLogging 0 ${dirservers} |