index
:
delta/python-packages/rq.git
canceled-job-registry
clean-worker-registry
codecov
coveralls
delete-stopped-jobs
dependabot/add-v2-config-file
dependency-canceled
deprecate-timeout
enqueue-at-args
failed-job-registry
failed-queue-clears-started-at
fix-race-condition
fix-result-ttl-0
fix-scheduler-onpy-38
fix-started-job-registry-race-condition
fix-unpickleable-result
foxx-feature/testworker-docs
gh-pages
hmset
improve-rq-info
job-scheduling
job-timeout
job-worker-name
log-job-execution-handling
logging-additions
logging-improvements
master
multi-dependencies
parser-class-fix
pubsub
python3.8
register-birth-ttl
reliable-queue
remove-py3.5
results
retry
rqinfo-runs-maintenance-tasks
scheduler-integration
sentry
stop-job
test-infinite-timeout
v1.0
wait-for-processing-unit
watcher
worker-by-queue
worker-compression
worker-statistics
worker-stats
zhangliyong-cli-rq
github.com: nvie/rq.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rq
/
logutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accept lowercase logging level names and accept tuples when setting exception...
Pierre Mdawar
2020-04-16
1
-1
/
+3
*
fix: use correct logging handler for scheduler (#1178)
Florian Perucki
2020-01-19
1
-2
/
+2
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-2
/
+5
*
added logging formatting options (#979)
shikharsg
2018-08-08
1
-3
/
+5
*
remove python 2.6 support
Samuel Colvin
2017-09-05
1
-7
/
+0
*
Merge pull request #687 from jlopex/javi/allow_quiet_worker_class
Selwin Ong
2016-04-06
1
-1
/
+1
|
\
|
*
Allow Worker work method to specify the log verbosity
Javier Lopez
2016-04-05
1
-1
/
+1
*
|
Merge pull request #666 from redbaron4/python_2_6_log
Selwin Ong
2016-03-07
1
-7
/
+7
|
\
\
|
*
|
Fix logging regression for Python-2.6
Dheeraj
2016-02-25
1
-7
/
+7
|
|
/
*
|
Worker only creates log handlers if there aren't any.
Michal Bultrowicz
2016-01-10
1
-1
/
+16
|
/
*
Fixed default logging level in setup_loghandlers.
Selwin Ong
2014-07-07
1
-2
/
+2
*
Only add logging handler if nothing is configured.
Selwin Ong
2014-07-04
1
-27
/
+10
*
Use single quotes for string literals.
Vincent Driessen
2014-05-21
1
-16
/
+16
*
Fix PEP8 complaints.
Vincent Driessen
2014-05-05
1
-1
/
+1
*
Enable the most modern Python syntax.
Vincent Driessen
2014-05-05
1
-0
/
+4
*
Allow rqworker to run more silently.
Vincent Driessen
2013-02-18
1
-2
/
+2
*
Include a copy of dictConfig in RQ, for Python 2.6 compat.
Vincent Driessen
2013-01-23
1
-2
/
+9
*
Have Worker.work() setup logging.
Vincent Driessen
2013-01-18
1
-0
/
+31