summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
Commit message (Collapse)AuthorAge
...
* `configmanager` needs to be imported at a latter stage at least for the gtk ↵Pedro Algarvio2010-12-06
| | | | frontend.
* Swhiched the old style logging, ie, a single logger for all logging output ↵Pedro Algarvio2010-12-06
| | | | | | | 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. Passing `-r` to the cli's while also passing `-l` will make the logfile rotate when reaching 5Mb in size. Three backups will be kept at all times. All deluge's code is now using this new style logging along with the git hosted plugins. For other plugins not hosted by deluge, which still imports `LOG` as the logger, a deprecation warning will be shown explaining the required changes needed to use the new style logging. New plugins created by the `create_plugin` script will use the new logging facilities.
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
|
* Added filemode support to setupLogger.John Garland2009-05-17
| | | | | This allows log files to be appended to if desired.
* 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
| | | | | | "-L, --loglevel" and "-q, --quiet".
* 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