summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
Commit message (Expand)AuthorAge
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* Ignore TypeError with custom Twisted loggingCalum Lind2021-07-25
* [Logging] Fix findCaller with unknown sourceminus2019-11-19
* [Logging] Fix Python 3.8 compatibilityminus2019-11-19
* Minor updates to log.pySerg2019-05-20
* [Logging] Fix line numbers missing on Python 3Calum Lind2019-05-20
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Add flake8-quotes to tox and fix bad quotesCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [#1119] [Console] ignore logging when no file specifiedbendikro2016-10-30
* [#2850] Fix duplicate ui log entriesCalum Lind2016-10-25
* [Tests] Improve UI entry script testsbendikro2016-10-18
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [Base] Updated fix for missing trace with new twisted loggerbendikro2016-05-09
* [Lint] Remove warnings from .pylintrcbendikro2016-05-06
* [Base] Add custom log observer to handle twisted errorsbendikro2016-05-06
* [#2808] Fix: Deluge Log File Not Working as Intendedbendikro2016-04-20
* [#1949] [UI] Allow setting max size for rotating log filebendikro2016-04-18
* [Tests] Improved common.start_corebendikro2016-04-10
* [Core] Add line numbers to non-dev loggingCalum Lind2015-11-12
* [Lint] Code cleanup for PyLint run by prospector toolCalum Lind2015-10-30
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Correction for Flake8 func rename in log.pyCalum Lind2014-09-23
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* 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