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

Improve logging to improve observability #37

Closed romank0 closed 1 year ago

romank0 commented 1 year ago

I would like that the library use python's logging with appropriate levels so that I can configure delivery of log messages to the logs aggregators, configure alerting based on that etc.

Currently everything is written to stdout which is not ideal.

PaulGilmartin commented 1 year ago

Logging is something I've wanted to add since starting this library. Hopefully in the near future I'll have time to add some basic logging options.

PaulGilmartin commented 1 year ago

@romank0 do you think we can close this one now, or is there anything else we should add logging wise?

romank0 commented 1 year ago

Yes, what I meant by this improvement is implemented in #51