This website requires JavaScript.
Explore
Help
Sign In
Rezzect
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
plugins
/
notifications
History
Pedro Algarvio
5bc304470c
Let's use what the stdlib provides us. Use
email.utils.formatdate
instead of
strftime()
a
datetime
object.
2011-04-14 09:29:40 +01:00
..
notifications
Let's use what the stdlib provides us. Use
email.utils.formatdate
instead of
strftime()
a
datetime
object.
2011-04-14 09:29:40 +01:00
create_dev_link.sh
First notifications plugin commit.
2009-11-22 02:34:23 +00:00
setup.py
Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers, ie, we can have the "deluge" logger be at the ERROR level while having "deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the
deluge.log.tweak_logging_levels
function.
2010-12-06 11:20:22 +00:00