diff options
author | Marek Majkowski <marek@popcount.org> | 2013-06-13 17:29:14 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-24 11:22:34 -0400 |
commit | 10480dff01bece13fabb1d81fa847f95c3e839f0 (patch) | |
tree | 4b143ccc3ec42d6e04f46bab49eef57641b7d3bb /changes/bug5584 | |
parent | 097f257078070eb1ebe2795550a813242d7ebdb2 (diff) | |
download | tor-10480dff01bece13fabb1d81fa847f95c3e839f0.tar.gz tor-10480dff01bece13fabb1d81fa847f95c3e839f0.zip |
Fix #5584 - raise awareness of safer logging - warn about potentially unsafe config options
Diffstat (limited to 'changes/bug5584')
-rw-r--r-- | changes/bug5584 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5584 b/changes/bug5584 new file mode 100644 index 0000000000..a81be00ae4 --- /dev/null +++ b/changes/bug5584 @@ -0,0 +1,4 @@ + o Minor features: + - Raise awareness of safer logging - notice user of potentially + unsafe configuration options: logging above "notice" or + clearning SafeLogging flag. Fixes #5584. |