summaryrefslogtreecommitdiff
path: root/templates/torrc.global.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-13 09:41:34 +0200
committermh <mh@immerda.ch>2014-06-13 09:41:34 +0200
commit1d4203344763ef9870e92a4b47ceab2dede83550 (patch)
treeaa8f24f21bcfb9a78c9218afa9427d48171ef206 /templates/torrc.global.erb
parenta9b391b774eae6d1272368f00e96cab022648326 (diff)
parentfc56b10f32251472e21297ac1ac4f6146369f71f (diff)
Merge remote-tracking branch 'github/master'
Conflicts: templates/torrc.global.erb
Diffstat (limited to 'templates/torrc.global.erb')
-rw-r--r--templates/torrc.global.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb
index c320bfa..fc8c11e 100644
--- a/templates/torrc.global.erb
+++ b/templates/torrc.global.erb
@@ -12,6 +12,9 @@ Log notice syslog
Log <%= log_rule %>
<% end -%>
<% end -%>
+<%- if safe_logging != 1 then -%>
+SafeLogging <%= safe_logging %>
+<%- end -%>
<% if (v=scope.lookupvar('tor::daemon::automap_hosts_on_resolve')) != '0' -%>
AutomapHostsOnResolve <%= v %>