PaulGilmartin / django-pgpubsub

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
Other
245 stars 12 forks source link

Use logging instead of prints #51

Closed romank0 closed 1 year ago

romank0 commented 1 year ago

Adds logging module usage instead of prints. Solves #37.

This also adds traceback when exception during notification processing happens.

PaulGilmartin commented 1 year ago

@romank0 thanks very much for all your recent efforts with the library. Currently I'm attending DjangoCon Europe and then taking a vacation for about a week or so. I intend to check out your PRs when I'm back.