summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
Commit message (Expand)AuthorAge
* Start with a bigger width.Pedro Algarvio2011-07-07
* Trigger a deprecation warning for code calling "getPluginLogger".Pedro Algarvio2011-06-04
* Now that the plugin's namespace is in use, make the plugins get their own log...Pedro Algarvio2011-06-03
* Move the log level to the left of the module because this field is a fixed wi...Andrew Resch2011-06-02
* Include our custom lower log levels into python's logging.Pedro Algarvio2011-05-17
* Add "none" as a log level to support quieting the logging messages. Refs #1470.Pedro Algarvio2011-01-02
* Fix #1470.Pedro Algarvio2011-01-02
* On a 64bit platform with old plugins, the deprecation code was unable to find...Pedro Algarvio2011-01-01
* Let log files be a little bigger, 50Mb is not that much anyway.Pedro Algarvio2010-12-28
* Added missing import.Pedro Algarvio2010-12-28
* Fix `tweak_logging_levels()`.Pedro Algarvio2010-12-07
* Fix bug introduced in previous commit.Pedro Algarvio2010-12-06
* Make use of `logging.handlers.WatchedFileHandler` if deluge is running on pyt...Pedro Algarvio2010-12-06
* `configmanager` needs to be imported at a latter stage at least for the gtk f...Pedro Algarvio2010-12-06
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Added filemode support to setupLogger.John Garland2009-05-17
* Default to ERROR logging level if the supplied logging level is invalidAndrew Resch2009-01-18
* Fix the -l, --logfile optionAndrew Resch2009-01-16
* Fix #531 set default log level to ERROR and add 2 command-line options, Andrew Resch2008-11-28
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* change copyright notices to gpl3Marcos Pinto2008-08-08
* Include timestamps in log messagesAndrew Resch2008-06-17
* Preferences dialog now sets core configuration options.Andrew Resch2007-09-14
* Add file.Andrew Resch2007-08-28