log4mongo / log4mongo-python

python logging handler for mongo database
http://log4mongo.org
Other
111 stars 37 forks source link

Fix thread's daemon parameter #35

Closed tiendan closed 7 years ago

tiendan commented 7 years ago

The Thread class for Python<3.3 does not have a daemon parameter in its constructor (as reported in this issue: https://github.com/log4mongo/log4mongo-python/issues/30). A quick fix to set it after instantiation via properties.