View Bazaar branches
Get this repository:
git clone https://git.qastaging.paddev.net/deluge

See all merge proposals.

Import details

Import Status: Suspended

This repository is an import of the Git repository at http://git.deluge-torrent.org/deluge.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 3 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes

Branches

Name Last Modified Last Commit
develop 2023-09-18 19:04:14 UTC
Fix tweaking logging levels

Author: Sébastien Luttringer
Author Date: 2023-07-01 14:42:11 UTC

Fix tweaking 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.

A simple logging.conf could be:
-<8 -------------------
deluge:info
deluge.plugin.foo:debug
-----------------------

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.

The fix is to not set the logging level in the Handler in deluge.log.setup_logger
and let only the logging.Logger check the level.

Closes: https://github.com/deluge-torrent/deluge/pull/428

master 2022-07-10 12:20:41 UTC
Merge branch 'release-2.1.1'

Author: Calum Lind
Author Date: 2022-07-10 12:20:41 UTC

Merge branch 'release-2.1.1'

2.0.x 2021-12-15 18:48:16 UTC
Release 2.0.5

Author: Calum Lind
Author Date: 2021-12-15 18:48:16 UTC

Release 2.0.5

extjs4-port 2011-11-25 23:47:08 UTC
web: minor IE compatibility change

Author: Damien Churchill
Author Date: 2011-11-25 23:47:08 UTC

web: minor IE compatibility change

1.3-prefs-proto 2009-12-21 19:04:15 UTC
New preferences prototype

Author: Andrew Resch
Author Date: 2009-12-21 19:04:15 UTC

New preferences prototype

15 of 5 results

Other repositories

Name Last Modified
lp:deluge 2023-09-18
lp:~einstein-b/deluge/+git/deluge 2016-05-31
12 of 2 results
You can't create new repositories for Deluge.