#3604: Fix log level tweaks from logging.conf -------------------+------------------------------------------ Reporter: seblu | Type: bug Status: new | Priority: minor Milestone: 2.x | Component: Core Version: 2.1.0 | Keywords: logging tweak_logging_levels -------------------+------------------------------------------ When you set a config directory path (-c) on the command line, and only when, a file named logging.conf is read to set fine grained log levels. This allows to have per module/plugin log levels.
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 -- You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/deluge-dev/044.6819b752dac83d44846c3879f0e5d670%40deluge-torrent.org.
