[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [sbws/master] Validate syslog level



commit ec0d7db70923540ffb0e1cc37417133bbdf957ba
Author: juga0 <juga@xxxxxxxxxx>
Date:   Tue Jul 10 08:03:16 2018 +0000

    Validate syslog level
---
 sbws/util/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sbws/util/config.py b/sbws/util/config.py
index 585d23c..c75eef3 100644
--- a/sbws/util/config.py
+++ b/sbws/util/config.py
@@ -285,6 +285,7 @@ def _validate_logging(conf):
         'level': {'choices': _LOG_LEVELS},
         'to_file_level': {'choices': _LOG_LEVELS},
         'to_stdout_level': {'choices': _LOG_LEVELS},
+        'to_syslog_level': {'choices': _LOG_LEVELS},
     }
     bools = {
         'to_file': {},



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits