summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/log.py')
-rw-r--r--deluge/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/log.py b/deluge/log.py
index 2528d1581..390010c0e 100644
--- a/deluge/log.py
+++ b/deluge/log.py
@@ -117,6 +117,7 @@ class Logging(LoggingLoggerClass):
return rv
levels = {
+ "none": logging.NOTSET,
"info": logging.INFO,
"warn": logging.WARNING,
"warning": logging.WARNING,