summaryrefslogtreecommitdiff
path: root/rq/logutils.py
Commit message (Expand)AuthorAgeFilesLines
* Accept lowercase logging level names and accept tuples when setting exception...Pierre Mdawar2020-04-161-1/+3
* fix: use correct logging handler for scheduler (#1178)Florian Perucki2020-01-191-2/+2
* RQ v1.0! (#1059)Selwin Ong2019-03-301-2/+5
* added logging formatting options (#979)shikharsg2018-08-081-3/+5
* remove python 2.6 supportSamuel Colvin2017-09-051-7/+0
* Merge pull request #687 from jlopex/javi/allow_quiet_worker_classSelwin Ong2016-04-061-1/+1
|\
| * Allow Worker work method to specify the log verbosityJavier Lopez2016-04-051-1/+1
* | Merge pull request #666 from redbaron4/python_2_6_logSelwin Ong2016-03-071-7/+7
|\ \
| * | Fix logging regression for Python-2.6Dheeraj2016-02-251-7/+7
| |/
* | Worker only creates log handlers if there aren't any.Michal Bultrowicz2016-01-101-1/+16
|/
* Fixed default logging level in setup_loghandlers.Selwin Ong2014-07-071-2/+2
* Only add logging handler if nothing is configured.Selwin Ong2014-07-041-27/+10
* Use single quotes for string literals.Vincent Driessen2014-05-211-16/+16
* Fix PEP8 complaints.Vincent Driessen2014-05-051-1/+1
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-0/+4
* Allow rqworker to run more silently.Vincent Driessen2013-02-181-2/+2
* Include a copy of dictConfig in RQ, for Python 2.6 compat.Vincent Driessen2013-01-231-2/+9
* Have Worker.work() setup logging.Vincent Driessen2013-01-181-0/+31