commit cf9ebbd24c9db0f7996b8a758ea74f7b1375a9d4 Author: Ximin Luo infinity0@gmx.com Date: Mon Nov 18 14:46:47 2013 +0000
safe logging is appropriate for most cases, not just high-risk --- facilitator/default/facilitator | 2 +- facilitator/default/facilitator-email-poller | 2 +- facilitator/default/facilitator-reg-daemon | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/facilitator/default/facilitator b/facilitator/default/facilitator index 51ed4a1..b45c042 100644 --- a/facilitator/default/facilitator +++ b/facilitator/default/facilitator @@ -3,7 +3,7 @@ RUN_DAEMON="no"
# Uncomment this to log potentially sensitive information from your users. # This may be useful for debugging or diagnosing functional problems, but -# should be avoided in a high-risk environment. +# should be avoided in most other cases. #UNSAFE_LOGGING="yes"
# Set the port for this service to listen on. diff --git a/facilitator/default/facilitator-email-poller b/facilitator/default/facilitator-email-poller index b71503f..9369e18 100644 --- a/facilitator/default/facilitator-email-poller +++ b/facilitator/default/facilitator-email-poller @@ -3,5 +3,5 @@ RUN_DAEMON="no"
# Uncomment this to log potentially sensitive information from your users. # This may be useful for debugging or diagnosing functional problems, but -# should be avoided in a high-risk environment. +# should be avoided in most other cases. #UNSAFE_LOGGING="yes" diff --git a/facilitator/default/facilitator-reg-daemon b/facilitator/default/facilitator-reg-daemon index d39be20..ba0773e 100644 --- a/facilitator/default/facilitator-reg-daemon +++ b/facilitator/default/facilitator-reg-daemon @@ -3,7 +3,7 @@ RUN_DAEMON="no"
# Uncomment this to log potentially sensitive information from your users. # This may be useful for debugging or diagnosing functional problems, but -# should be avoided in a high-risk environment. +# should be avoided in most other cases. #UNSAFE_LOGGING="yes"
# Set the port for this service to listen on.
tor-commits@lists.torproject.org