The file is parsed and the log levels are set in the
deluge.log.tweak_logging_levels.
This function set the appropriate logger to the desired level.
Despite the log level is changed, log levels less than ERROR are still not
logged.
The reason is that the log level check is done twice, in the
logging.Logger class and in the logging.Handler class.
Fix proposed: https://github.com/deluge-torrent/deluge/pull/428
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3604>
Deluge <https://deluge-torrent.org/>
Deluge Project
* status: new => closed
* resolution: => Fixed
* milestone: 2.x => 2.1.2
Comment:
Thank you!
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3604#comment:1>