mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 15:51:57 +00:00
Add "none" as a log level to support quieting the logging messages. Refs #1470.
This commit is contained in:
parent
356808b02c
commit
8c12c47d3e
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class Logging(LoggingLoggerClass):
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
levels = {
|
levels = {
|
||||||
|
"none": logging.NOTSET,
|
||||||
"info": logging.INFO,
|
"info": logging.INFO,
|
||||||
"warn": logging.WARNING,
|
"warn": logging.WARNING,
|
||||||
"warning": logging.WARNING,
|
"warning": logging.WARNING,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue