Fix #5584 - raise awareness of safer logging - warn about potentially unsafe config options

This commit is contained in:
Marek Majkowski
2013-06-13 17:29:14 +01:00
committed by Nick Mathewson
parent 097f257078
commit 10480dff01
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -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.